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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ide/
H A Dide-disk.c484 unsigned long long capacity, set_max; local
489 set_max = idedisk_read_native_max_address_ext(drive);
491 set_max = idedisk_read_native_max_address(drive);
493 if (set_max <= capacity)
501 set_max, sectors_to_MB(set_max));
504 set_max = idedisk_set_max_address_ext(drive, set_max);
506 set_max = idedisk_set_max_address(drive, set_max);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/hwmon/
H A Dadm9240.c191 static ssize_t set_max(struct device *dev, struct device_attribute *devattr, function
209 show_max, set_max, 0);
211 show_max, set_max, 1);

Completed in 45 milliseconds