Home
last modified time | relevance | path

Searched refs:lowest (Results 1 – 18 of 18) sorted by relevance

/u-boot/arch/arm/dts/
A Dsun50i-a64-pinephone-1.1.dts17 * 1.0, and the lowest PWM duty cycle that doesn't lead to backlight
18 * being off is around 20%. Duty cycle for the lowest brightness level
19 * also varries quite a bit between individual boards, so the lowest
A Dsun50i-a64-pinephone-1.2.dts22 * and the lowest PWM duty cycle that doesn't lead to backlight being off
23 * is around 10%. Duty cycle for the lowest brightness level also varries
24 * quite a bit between individual boards, so the lowest value here was
A Dsun8i-h3-orangepi-pc.dts191 * DVFS table are known to work properly at the lowest
A Darmada-3720-turris-mox.dts144 * no remapping) and that this address is the lowest from all specified ranges. If these
/u-boot/arch/powerpc/cpu/mpc83xx/initreg/
A DKconfig.spcr26 bool "Level 0 (lowest priority)"
/u-boot/arch/x86/include/asm/arch-apollolake/acpi/
A Dpcie_port.asl8 /* lowest D-state supported by
/u-boot/drivers/mtd/ubi/
A DKconfig41 erase counter value and the lowest erase counter value of eraseblocks
/u-boot/drivers/nvme/
A Dnvme.c326 static void nvme_free_queues(struct nvme_dev *dev, int lowest) in nvme_free_queues() argument
330 for (i = dev->queue_count - 1; i >= lowest; i--) { in nvme_free_queues()
/u-boot/doc/
A DREADME.fsl-ddr315 commonparms - lowest common parameters for all DIMMs
325 commonparms - lowest common parameters for all DIMMs
A DREADME.armada-secureboot151 3) Select the lowest valid CSK from CSK0 to CSK15.
/u-boot/fs/yaffs2/
A Dyaffs_guts.c1387 int lowest = -99; /* Stop compiler whining. */ in yaffs_flush_file_cache() local
1403 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() local
1848 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()
/u-boot/doc/usage/fit/
A Dx86-fit-boot.rst42 all these features in a Linux wrapper caters for the lowest common
/u-boot/doc/board/allwinner/
A Dsunxi.rst244 Typically the SPI flash has the lowest boot priority, so SD card and eMMC
/u-boot/doc/usage/
A Denvironment.rst161 a hexadecimal number and defines lowest address allowed
/u-boot/doc/arch/sandbox/
A Dsandbox.rst255 is needed to get access to the lowest level of the network stack in Linux. This
/u-boot/common/
A Ddlmalloc.src1223 2. Chunks allocated via mmap, which have the second-lowest-order
2093 All allocations are made from the the `lowest' part of any found
/u-boot/common/spl/
A DKconfig180 reported by examining the memory and searching for the lowest
/u-boot/
A DREADME1107 erase counter value and the lowest erase counter value of eraseblocks

Completed in 48 milliseconds