Home
last modified time | relevance | path

Searched refs:lba_high_exp (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/dev/ata/
H A Datascsi.h228 u_int8_t lba_high_exp; member
259 u_int8_t lba_high_exp; member
H A Datascsi.c594 fis->lba_high_exp = (lba >> 40) & 0xff; in atascsi_disk_cmd()
605 fis->lba_high_exp = (lba >> 40) & 0xff; in atascsi_disk_cmd()
1459 fis->lba_high_exp = cdb->lba_high[0]; in atascsi_passthru_16()
/openbsd/sys/dev/ic/
H A Dahci.c3391 fis->lba_high_exp = (blkno >> 40) & 0xff; in ahci_hibernate_io()