Searched refs:cyl_low (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/sys/sata/adapters/si3124/ |
H A D | si3124reg.h | 103 #define SET_FIS_CYL_LOW(fis, cyl_low) \ argument 104 ((&fis)->fish_sector_cyllow_cylhi_devhead |= ((cyl_low & 0xff) << 8))
|
/titanic_41/usr/src/uts/common/sys/sata/adapters/ahci/ |
H A D | ahcireg.h | 349 #define SET_FIS_CYL_LOW(fis, cyl_low) \ argument 350 (fis->ahcifhr_sector_cyllow_cylhi_devhead |= ((cyl_low & 0xff) << 8))
|
/titanic_41/usr/src/uts/intel/io/dktp/controller/ata/ |
H A D | ata_common.c | 1760 uchar_t cyl_low, in ata_command() argument 1779 sector, head, cyl_low, cyl_hi)); in ata_command() 1789 ddi_put8(io_hdl1, ata_ctlp->ac_lcyl, cyl_low); in ata_command() 1805 sector, head, cyl_low, cyl_hi)); in ata_command() 1831 sector, head, cyl_low, cyl_hi)); in ata_command()
|
H A D | ata_common.h | 669 uchar_t count, uchar_t sector, uchar_t head, uchar_t cyl_low,
|