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

/linux-master/drivers/ata/
H A Dlibata-core.c1303 u64 native_sectors; local
1313 rc = ata_read_native_max_address(dev, &native_sectors);
1330 dev->n_native_sectors = native_sectors;
1333 if (native_sectors <= sectors || !unlock_hpa) {
1334 if (!print_info || native_sectors == sectors)
1337 if (native_sectors > sectors)
1341 (unsigned long long)native_sectors);
1342 else if (native_sectors < sectors)
1345 (unsigned long long)native_sectors,
1351 rc = ata_set_max_sectors(dev, native_sectors);
[all...]

Completed in 243 milliseconds