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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dlibata-core.c980 u64 hpa_sectors; local
983 hpa_sectors = ata_read_native_max_address_ext(dev);
985 hpa_sectors = ata_read_native_max_address(dev);
987 if (hpa_sectors > sectors) {
992 (long long)sectors, (long long)hpa_sectors);
996 hpa_sectors = ata_set_native_max_address_ext(dev, hpa_sectors);
998 hpa_sectors = ata_set_native_max_address(dev,
999 hpa_sectors);
1001 if (hpa_sectors) {
[all...]

Completed in 103 milliseconds