Home
last modified time | relevance | path

Searched refs:cyl_hi (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/sata/adapters/si3124/
H A Dsi3124reg.h109 #define SET_FIS_CYL_HI(fis, cyl_hi) \ argument
110 ((&fis)->fish_sector_cyllow_cylhi_devhead |= ((cyl_hi & 0xff) << 16))
/illumos-gate/usr/src/uts/common/sys/sata/adapters/ahci/
H A Dahcireg.h361 #define SET_FIS_CYL_HI(fis, cyl_hi) \ argument
362 (fis->ahcifhr_sector_cyllow_cylhi_devhead |= ((cyl_hi & 0xff) << 16))
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_common.c1763 uchar_t cyl_hi) in ata_command() argument
1781 sector, head, cyl_low, cyl_hi)); in ata_command()
1792 ddi_put8(io_hdl1, ata_ctlp->ac_hcyl, cyl_hi); in ata_command()
1807 sector, head, cyl_low, cyl_hi)); in ata_command()
1833 sector, head, cyl_low, cyl_hi)); in ata_command()
H A Data_common.h670 uchar_t cyl_hi);