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

/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_disk.c1814 uint_t lbahi; /* high-order 24 bits of LBA */ local
1819 lbahi = ata_pktp->ap_startsec >> 24;
1824 ddi_put8(io_hdl1, ata_ctlp->ac_sect, lbahi);
1825 lbahi >>= 8;
1826 ddi_put8(io_hdl1, ata_ctlp->ac_lcyl, lbahi);
1827 lbahi >>= 8;
1828 ddi_put8(io_hdl1, ata_ctlp->ac_hcyl, lbahi);

Completed in 61 milliseconds