Searched refs:lowest (Results 1 – 18 of 18) sorted by relevance
17 * 1.0, and the lowest PWM duty cycle that doesn't lead to backlight18 * being off is around 20%. Duty cycle for the lowest brightness level19 * also varries quite a bit between individual boards, so the lowest
22 * and the lowest PWM duty cycle that doesn't lead to backlight being off23 * is around 10%. Duty cycle for the lowest brightness level also varries24 * quite a bit between individual boards, so the lowest value here was
191 * DVFS table are known to work properly at the lowest
144 * no remapping) and that this address is the lowest from all specified ranges. If these
26 bool "Level 0 (lowest priority)"
8 /* lowest D-state supported by
41 erase counter value and the lowest erase counter value of eraseblocks
326 static void nvme_free_queues(struct nvme_dev *dev, int lowest) in nvme_free_queues() argument330 for (i = dev->queue_count - 1; i >= lowest; i--) { in nvme_free_queues()
315 commonparms - lowest common parameters for all DIMMs325 commonparms - lowest common parameters for all DIMMs
151 3) Select the lowest valid CSK from CSK0 to CSK15.
1387 int lowest = -99; /* Stop compiler whining. */ in yaffs_flush_file_cache() local1403 dev->cache[i].chunk_id < lowest) { in yaffs_flush_file_cache()1405 lowest = cache->chunk_id; in yaffs_flush_file_cache()1842 int lowest = 999999; in yaffs_find_nice_bucket() local1848 for (i = 0; i < 10 && lowest > 4; i++) { in yaffs_find_nice_bucket()1851 if (dev->obj_bucket[dev->bucket_finder].count < lowest) { in yaffs_find_nice_bucket()1852 lowest = dev->obj_bucket[dev->bucket_finder].count; in yaffs_find_nice_bucket()
42 all these features in a Linux wrapper caters for the lowest common
244 Typically the SPI flash has the lowest boot priority, so SD card and eMMC
161 a hexadecimal number and defines lowest address allowed
255 is needed to get access to the lowest level of the network stack in Linux. This
1223 2. Chunks allocated via mmap, which have the second-lowest-order2093 All allocations are made from the the `lowest' part of any found
180 reported by examining the memory and searching for the lowest
1107 erase counter value and the lowest erase counter value of eraseblocks
Completed in 48 milliseconds