Home
last modified time | relevance | path

Searched refs:ready (Results 1 – 25 of 66) sorted by relevance

123

/u-boot/tools/binman/etype/
A Du_boot_dtb_with_ucode.py37 self.ready = False
89 self.ready = True
91 self.ready = True
92 return self.ready
A D_testing.py126 ready = self.process_fdt_ready
129 return ready
A Du_boot_ucode.py86 if not fdt_entry.ready:
/u-boot/net/
A Dlink_local.c61 static int ready; variable
128 ready = 0; in link_local_start()
184 ready = 1; in link_local_timeout()
245 if (ready) in link_local_receive_arp()
328 ready = 0; in link_local_receive_arp()
/u-boot/arch/arm/mach-stm32mp/
A Dpwr_regulator.c30 u32 ready; member
115 .ready = STM32MP_PWR_CR3_REG11RDY,
121 .ready = STM32MP_PWR_CR3_REG18RDY,
127 .ready = STM32MP_PWR_CR3_USB33RDY,
257 if (reg & p->ready) in stm32mp_pwr_regulator_set_enable()
/u-boot/doc/board/toradex/
A Dcolibri_imx7.rst25 image, ready for flashing (but check next section for additional
90 $ dd if=u-boot-dtb.imx.zero-padded of=u-boot-dtb.imx.ready bs=1024 seek=1
111 => load mmc 1:1 $loadaddr u-boot-dtb.imx.ready
125 => load mmc 1:1 $loadaddr u-boot-dtb.imx.ready
/u-boot/doc/device-tree-bindings/sound/
A Dmax98357a.txt14 ready before SD_MODE is unmuted in order to avoid the speaker pop noise.
/u-boot/doc/device-tree-bindings/interrupt-controller/
A Dintel,acpi-gpe.txt28 ready-gpios = <&gpio_n 0x1c GPIO_ACTIVE_LOW>;
A Dinterrupts.txt129 ready-gpio = <&gpio_n 28 GPIO_ACTIVE_LOW>;
/u-boot/drivers/clk/at91/
A Dclk-sam9x60-pll.c101 bool ready = sam9x60_pll_ready(base, pll->id); in sam9x60_frac_pll_set_rate() local
132 while (ready && !sam9x60_pll_ready(base, pll->id)) { in sam9x60_frac_pll_set_rate()
311 bool ready = sam9x60_pll_ready(base, pll->id); in sam9x60_div_pll_set_rate() local
335 while (ready && !sam9x60_pll_ready(base, pll->id)) { in sam9x60_div_pll_set_rate()
/u-boot/board/bosch/shc/
A DREADME11 I2C: ready
108 I2C: ready
/u-boot/doc/SPI/
A DREADME.ftssp010_spi_test9 I2C: ready
/u-boot/doc/device-tree-bindings/gpio/
A Dintel,apl-gpio.txt50 ready-gpios = <&gpio_n GPIO_28 GPIO_ACTIVE_LOW>;
/u-boot/include/xen/interface/
A Devent_channel.h274 u32 ready; member
/u-boot/doc/device-tree-bindings/input/
A Dhid-over-i2c.txt34 or powering it on, before it is ready for communication.
/u-boot/doc/driver-model/
A Dbind.rst20 Another use case is when the devices are not yet ready at startup and
A Dusb-info.rst181 ready to talk to the host.
234 intended to set up a child device ready to be used with its parent bus. For
243 - at this point the device is set up and ready for use so far as the USB
264 device ready for use. If it is a hub, it will scan that hub before it
266 - once all hub ports are scanned in this way, the hub is ready for use and
/u-boot/board/imgtec/xilfpga/
A DREADME48 At this point, the board is ready to load the Linux kernel + buildroot initramfs
/u-boot/board/rockchip/evb_rk3229/
A DREADME42 Both origin binaries and Tool are ready now, choose either option 1 or
/u-boot/doc/android/
A Dfastboot-protocol.rst42 d. DATA -> the requested command is ready for the data phase.
82 Client: "DATA00001234" ready to accept data
/u-boot/board/sunxi/
A DREADME.nand21 SPL image that is ready to be programmed directly embedding the ECCs,
/u-boot/drivers/mtd/
A Dcfi_flash.c672 int ready; in flash_status_poll() local
691 ready = flash_read8(dst) == flash_read8(src); in flash_status_poll()
694 ready = flash_read16(dst) == flash_read16(src); in flash_status_poll()
697 ready = flash_read32(dst) == flash_read32(src); in flash_status_poll()
700 ready = flash_read64(dst) == flash_read64(src); in flash_status_poll()
703 ready = 0; in flash_status_poll()
706 if (ready) in flash_status_poll()
/u-boot/doc/usage/
A Dfdt_overlays.rst113 5. You are now ready to apply the overlay.
/u-boot/arch/x86/include/asm/
A Dme_common.h155 u32 ready:1; member
/u-boot/board/theobroma-systems/puma_rk3399/
A DREADME96 ready.

Completed in 24 milliseconds

123