Home
last modified time | relevance | path

Searched refs:max_48bit_lba (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/isci/scil/
H A Dsati_util.c320 *lba_high = identify->max_48bit_lba[7] << 24; in sati_ata_identify_device_get_sector_info()
321 *lba_high |= identify->max_48bit_lba[6] << 16; in sati_ata_identify_device_get_sector_info()
322 *lba_high |= identify->max_48bit_lba[5] << 8; in sati_ata_identify_device_get_sector_info()
323 *lba_high |= identify->max_48bit_lba[4]; in sati_ata_identify_device_get_sector_info()
325 *lba_low = identify->max_48bit_lba[3] << 24; in sati_ata_identify_device_get_sector_info()
326 *lba_low |= identify->max_48bit_lba[2] << 16; in sati_ata_identify_device_get_sector_info()
327 *lba_low |= identify->max_48bit_lba[1] << 8; in sati_ata_identify_device_get_sector_info()
328 *lba_low |= identify->max_48bit_lba[0]; in sati_ata_identify_device_get_sector_info()
H A Dintel_ata.h397 U8 max_48bit_lba[ATA_IDENTIFY_48_LBA_LEN]; // words 100-103 member