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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/ide/
H A Dide-disk.c300 u64 capacity, set_max; local
303 set_max = idedisk_read_native_max_address(drive, lba48);
306 if (set_max == capacity + 1)
307 set_max--;
310 return set_max;
313 static u64 ide_disk_hpa_set_capacity(ide_drive_t *drive, u64 set_max, int lba48) argument
315 set_max = idedisk_set_max_address(drive, set_max, lba48);
316 if (set_max)
317 drive->capacity64 = set_max;
324 u64 capacity, set_max; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/ide/
H A Dide-disk.c300 u64 capacity, set_max; local
303 set_max = idedisk_read_native_max_address(drive, lba48);
306 if (set_max == capacity + 1)
307 set_max--;
310 return set_max;
313 static u64 ide_disk_hpa_set_capacity(ide_drive_t *drive, u64 set_max, int lba48) argument
315 set_max = idedisk_set_max_address(drive, set_max, lba48);
316 if (set_max)
317 drive->capacity64 = set_max;
324 u64 capacity, set_max; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/hwmon/
H A Dlm95241.c251 #define set_max(flag) \ macro
252 static ssize_t set_max##flag(struct device *dev, \
277 set_max(1);
278 set_max(2);
H A Dadm9240.c201 static ssize_t set_max(struct device *dev, struct device_attribute *devattr, function
219 show_max, set_max, 0);
221 show_max, set_max, 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/hwmon/
H A Dlm95241.c251 #define set_max(flag) \ macro
252 static ssize_t set_max##flag(struct device *dev, \
277 set_max(1);
278 set_max(2);
H A Dadm9240.c201 static ssize_t set_max(struct device *dev, struct device_attribute *devattr, function
219 show_max, set_max, 0);
221 show_max, set_max, 1);

Completed in 182 milliseconds