Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/sata/adapters/si3124/
H A Dsi3124reg.h103 #define SET_FIS_CYL_LOW(fis, cyl_low) \ argument
104 ((&fis)->fish_sector_cyllow_cylhi_devhead |= ((cyl_low & 0xff) << 8))
/illumos-gate/usr/src/uts/common/sys/sata/adapters/ahci/
H A Dahcireg.h355 #define SET_FIS_CYL_LOW(fis, cyl_low) \ argument
356 (fis->ahcifhr_sector_cyllow_cylhi_devhead |= ((cyl_low & 0xff) << 8))
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_common.c1762 uchar_t cyl_low, in ata_command() argument
1781 sector, head, cyl_low, cyl_hi)); in ata_command()
1791 ddi_put8(io_hdl1, ata_ctlp->ac_lcyl, cyl_low); 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.h669 uchar_t count, uchar_t sector, uchar_t head, uchar_t cyl_low,