Searched defs:cyl_low (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_common.c1760 uchar_t cyl_low,
1779 sector, head, cyl_low, cyl_hi));
1789 ddi_put8(io_hdl1, ata_ctlp->ac_lcyl, cyl_low);
1805 sector, head, cyl_low, cyl_hi));
1831 sector, head, cyl_low, cyl_hi));
1855 /* feature, count, sector, head, cyl_low, cyl_hi */
1749 ata_command( ata_ctl_t *ata_ctlp, ata_drv_t *ata_drvp, int expect_drdy, int silent, uint_t busy_wait, uchar_t cmd, uchar_t feature, uchar_t count, uchar_t sector, uchar_t head, uchar_t cyl_low, uchar_t cyl_hi) argument

Completed in 411 milliseconds