Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/ata/
Dlibata-core.c1323 u64 native_sectors; in ata_hpa_resize() local
1333 rc = ata_read_native_max_address(dev, &native_sectors); in ata_hpa_resize()
1350 dev->n_native_sectors = native_sectors; in ata_hpa_resize()
1353 if (native_sectors <= sectors || !unlock_hpa) { in ata_hpa_resize()
1354 if (!print_info || native_sectors == sectors) in ata_hpa_resize()
1357 if (native_sectors > sectors) in ata_hpa_resize()
1361 (unsigned long long)native_sectors); in ata_hpa_resize()
1362 else if (native_sectors < sectors) in ata_hpa_resize()
1366 (unsigned long long)native_sectors, in ata_hpa_resize()
1372 rc = ata_set_max_sectors(dev, native_sectors); in ata_hpa_resize()
[all …]