Searched refs:total_num_sectors (Results 1 – 2 of 2) sorted by relevance
335 *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()
362 U8 total_num_sectors[4]; // words 60-61 member