/u-boot/arch/arm/cpu/armv7/ |
A D | syslib.c | 31 u32 bound) in wait_on_value() argument 39 if (i == bound) in wait_on_value()
|
/u-boot/arch/arm/mach-omap2/am33xx/ |
A D | clock.c | 124 u32 bound = LDELAY; in wait_for_clk_enable() local 131 if (--bound == 0) { in wait_for_clk_enable() 152 u32 bound = LDELAY; in wait_for_clk_disable() local 158 if (--bound == 0) { in wait_for_clk_disable()
|
/u-boot/scripts/coccinelle/iterators/ |
A D | itnull.cocci | 1 /// Many iterators have the property that the first argument is always bound 85 cocci.print_main("iterator-bound variable",p1) 93 msg = "ERROR: iterator variable bound on line %s cannot be NULL" % (p1[0].line)
|
/u-boot/arch/arm/mach-k3/include/mach/ |
A D | sys_proto.h | 12 u32 bound);
|
/u-boot/lib/lzma/ |
A D | LzmaDec.c | 22 #define IF_BIT_0(p) ttt = *(p); NORMALIZE; bound = (range >> kNumBitModelTotalBits) * ttt; if (code… 23 #define UPDATE_0(p) range = bound; *(p) = (CLzmaProb)(ttt + ((kBitModelTotal - ttt) >> kNumMoveBits… 24 #define UPDATE_1(p) range -= bound; code -= bound; *(p) = (CLzmaProb)(ttt - (ttt >> kNumMoveBits)); 52 …BIT_0_CHECK(p) ttt = *(p); NORMALIZE_CHECK; bound = (range >> kNumBitModelTotalBits) * ttt; if (co… 53 #define UPDATE_0_CHECK range = bound; 54 #define UPDATE_1_CHECK range -= bound; code -= bound; 161 UInt32 bound; in LzmaDec_DecodeReal() local 524 UInt32 bound; in LzmaDec_TryDummy() local
|
/u-boot/doc/device-tree-bindings/gpio/ |
A D | fsl,mpc83xx-spisel-boot.txt | 4 easily bound as a SPI controller chip select.
|
/u-boot/doc/driver-model/ |
A D | pci-info.rst | 29 bound to their appropriate driver if available. If there is no driver, then 30 they are bound to a generic PCI driver which does nothing. 48 relationship during PCI bus enumeration thus PCI devices won't be bound to 107 DM_FLAG_PRE_RELOC will be bound before relocation. If neither device tree nor
|
A D | bind.rst | 21 require some setup before the drivers are bound (ex: FPGA which bitsream is
|
A D | design.rst | 379 and the specific way it is bound on a particular board. 481 specific devices are described and bound. In most circumstances we wish to 593 children are bound and probed. 685 At this point all the devices are known, and bound to their drivers. There 687 activated (except for the root device). Each bound device that was created 689 in that declaration. For a bound device created from the device tree, 748 works the same way whether it was bound using a device tree node or 871 5. The device is marked inactive. Note that it is still bound, so the 950 property can provide better control granularity on which device is bound 952 devices with the same driver are bound, which requires allocation a large [all …]
|
A D | debugging.rst | 51 If there is no error, you should check if the device is actually bound. Call
|
A D | spi-howto.rst | 675 Called when a new bus is bound. 681 Called when a new child is bound.
|
/u-boot/doc/device-tree-bindings/regulator/ |
A D | regulator.txt | 24 Use case: a regulator named "regulator@1" to be bound to a driver named 25 "LDO_DRV" and a regulator named "regualator@11" to be bound to an other driver
|
/u-boot/arch/arm/mach-omap2/ |
A D | clocks-common.c | 682 u32 bound = LDELAY; in wait_for_clk_enable() local 690 if (--bound == 0) { in wait_for_clk_enable() 711 u32 bound = LDELAY; in wait_for_clk_disable() local 717 if (--bound == 0) { in wait_for_clk_disable()
|
/u-boot/doc/SPL/ |
A D | README.omap3 | 27 space between the top of SRAM and the enforced upper bound on the size of the
|
/u-boot/doc/device-tree-bindings/clock/ |
A D | st,stm32-rcc.txt | 65 The secondary index is bound with the following magic numbers:
|
/u-boot/net/ |
A D | Kconfig | 55 used for reassembly, and thus an upper bound for the size of
|
/u-boot/board/bosch/shc/ |
A D | README | 94 DHCP client bound to address 192.168.20.91 (258 ms)
|
/u-boot/doc/board/xilinx/ |
A D | zynqmp-r5.rst | 101 DHCP client bound to address 192.168.0.167 (8 ms)
|
/u-boot/arch/arm/dts/ |
A D | stm32mp15xx-dhcom-u-boot.dtsi | 74 /* These should bound to FMC2 bus driver, but we do not have one */
|
/u-boot/doc/ |
A D | README.SPL | 83 All the nodes remaining in the SPL devicetree are bound
|
A D | README.virtio | 191 (virtio_net.c, virtio_blk.c) is bound if there is a match on the device ID.
|
A D | README.usb | 191 DHCP client bound to address 172.22.73.81
|
A D | README.odroid | 197 DHCP client bound to address 192.168.1.10 (524 ms)
|
/u-boot/doc/board/google/ |
A D | chromebook_coral.rst | 42 device so that PCI devices are bound by driver model. Then arch_cpu_init_tpl()
|
/u-boot/drivers/video/ |
A D | Kconfig | 32 the frame buffer when they are bound, by setting the size field in 34 relocation. But PCI drivers cannot be bound before relocation unless
|