Home
last modified time | relevance | path

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

/freebsd/sys/dev/isci/scil/
H A Dsati_util.c335 *lba_low = identify->total_num_sectors[3] << 24; in sati_ata_identify_device_get_sector_info()
336 *lba_low |= identify->total_num_sectors[2] << 16; in sati_ata_identify_device_get_sector_info()
337 *lba_low |= identify->total_num_sectors[1] << 8; in sati_ata_identify_device_get_sector_info()
338 *lba_low |= identify->total_num_sectors[0]; in sati_ata_identify_device_get_sector_info()
H A Dintel_ata.h362 U8 total_num_sectors[4]; // words 60-61 member