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

/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_disk.c1813 uint_t lbalow; /* low-order 24 bits of LBA */ local
1817 /* high-order 8 bits of lbalow never get used */
1818 lbalow = ata_pktp->ap_startsec;
1830 ddi_put8(io_hdl1, ata_ctlp->ac_sect, lbalow);
1831 lbalow >>= 8;
1832 ddi_put8(io_hdl1, ata_ctlp->ac_lcyl, lbalow);
1833 lbalow >>= 8;
1834 ddi_put8(io_hdl1, ata_ctlp->ac_hcyl, lbalow);

Completed in 50 milliseconds