Home
last modified time | relevance | path

Searched refs:bound (Results 1 – 25 of 26) sorted by relevance

12

/u-boot/arch/arm/cpu/armv7/
A Dsyslib.c31 u32 bound) in wait_on_value() argument
39 if (i == bound) in wait_on_value()
/u-boot/arch/arm/mach-omap2/am33xx/
A Dclock.c124 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 Ditnull.cocci1 /// 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 Dsys_proto.h12 u32 bound);
/u-boot/lib/lzma/
A DLzmaDec.c22 #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 Dfsl,mpc83xx-spisel-boot.txt4 easily bound as a SPI controller chip select.
/u-boot/doc/driver-model/
A Dpci-info.rst29 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 Dbind.rst21 require some setup before the drivers are bound (ex: FPGA which bitsream is
A Ddesign.rst379 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 Ddebugging.rst51 If there is no error, you should check if the device is actually bound. Call
A Dspi-howto.rst675 Called when a new bus is bound.
681 Called when a new child is bound.
/u-boot/doc/device-tree-bindings/regulator/
A Dregulator.txt24 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 Dclocks-common.c682 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 DREADME.omap327 space between the top of SRAM and the enforced upper bound on the size of the
/u-boot/doc/device-tree-bindings/clock/
A Dst,stm32-rcc.txt65 The secondary index is bound with the following magic numbers:
/u-boot/net/
A DKconfig55 used for reassembly, and thus an upper bound for the size of
/u-boot/board/bosch/shc/
A DREADME94 DHCP client bound to address 192.168.20.91 (258 ms)
/u-boot/doc/board/xilinx/
A Dzynqmp-r5.rst101 DHCP client bound to address 192.168.0.167 (8 ms)
/u-boot/arch/arm/dts/
A Dstm32mp15xx-dhcom-u-boot.dtsi74 /* These should bound to FMC2 bus driver, but we do not have one */
/u-boot/doc/
A DREADME.SPL83 All the nodes remaining in the SPL devicetree are bound
A DREADME.virtio191 (virtio_net.c, virtio_blk.c) is bound if there is a match on the device ID.
A DREADME.usb191 DHCP client bound to address 172.22.73.81
A DREADME.odroid197 DHCP client bound to address 192.168.1.10 (524 ms)
/u-boot/doc/board/google/
A Dchromebook_coral.rst42 device so that PCI devices are bound by driver model. Then arch_cpu_init_tpl()
/u-boot/drivers/video/
A DKconfig32 the frame buffer when they are bound, by setting the size field in
34 relocation. But PCI drivers cannot be bound before relocation unless

Completed in 50 milliseconds

12