/u-boot/tools/binman/etype/ |
A D | u_boot_dtb_with_ucode.py | 37 self.ready = False 89 self.ready = True 91 self.ready = True 92 return self.ready
|
A D | _testing.py | 126 ready = self.process_fdt_ready 129 return ready
|
A D | u_boot_ucode.py | 86 if not fdt_entry.ready:
|
/u-boot/net/ |
A D | link_local.c | 61 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 D | pwr_regulator.c | 30 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 D | colibri_imx7.rst | 25 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 D | max98357a.txt | 14 ready before SD_MODE is unmuted in order to avoid the speaker pop noise.
|
/u-boot/doc/device-tree-bindings/interrupt-controller/ |
A D | intel,acpi-gpe.txt | 28 ready-gpios = <&gpio_n 0x1c GPIO_ACTIVE_LOW>;
|
A D | interrupts.txt | 129 ready-gpio = <&gpio_n 28 GPIO_ACTIVE_LOW>;
|
/u-boot/drivers/clk/at91/ |
A D | clk-sam9x60-pll.c | 101 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 D | README | 11 I2C: ready 108 I2C: ready
|
/u-boot/doc/SPI/ |
A D | README.ftssp010_spi_test | 9 I2C: ready
|
/u-boot/doc/device-tree-bindings/gpio/ |
A D | intel,apl-gpio.txt | 50 ready-gpios = <&gpio_n GPIO_28 GPIO_ACTIVE_LOW>;
|
/u-boot/include/xen/interface/ |
A D | event_channel.h | 274 u32 ready; member
|
/u-boot/doc/device-tree-bindings/input/ |
A D | hid-over-i2c.txt | 34 or powering it on, before it is ready for communication.
|
/u-boot/doc/driver-model/ |
A D | bind.rst | 20 Another use case is when the devices are not yet ready at startup and
|
A D | usb-info.rst | 181 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 D | README | 48 At this point, the board is ready to load the Linux kernel + buildroot initramfs
|
/u-boot/board/rockchip/evb_rk3229/ |
A D | README | 42 Both origin binaries and Tool are ready now, choose either option 1 or
|
/u-boot/doc/android/ |
A D | fastboot-protocol.rst | 42 d. DATA -> the requested command is ready for the data phase. 82 Client: "DATA00001234" ready to accept data
|
/u-boot/board/sunxi/ |
A D | README.nand | 21 SPL image that is ready to be programmed directly embedding the ECCs,
|
/u-boot/drivers/mtd/ |
A D | cfi_flash.c | 672 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 D | fdt_overlays.rst | 113 5. You are now ready to apply the overlay.
|
/u-boot/arch/x86/include/asm/ |
A D | me_common.h | 155 u32 ready:1; member
|
/u-boot/board/theobroma-systems/puma_rk3399/ |
A D | README | 96 ready.
|