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

/drivers/ata/
H A Dlibata-core.c1328 u64 native_sectors; local
1338 rc = ata_read_native_max_address(dev, &native_sectors);
1355 dev->n_native_sectors = native_sectors;
1358 if (native_sectors <= sectors || !unlock_hpa) {
1359 if (!print_info || native_sectors == sectors)
1362 if (native_sectors > sectors)
1366 (unsigned long long)native_sectors);
1367 else if (native_sectors < sectors)
1370 (unsigned long long)native_sectors,
1376 rc = ata_set_max_sectors(dev, native_sectors);
[all...]

Completed in 40 milliseconds