Home
last modified time | relevance | path

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

12

/rk3399_rockchip-uboot/net/
H A Dlink_local.c58 static int ready; variable
125 ready = 0; in link_local_start()
181 ready = 1; in link_local_timeout()
242 if (ready) in link_local_receive_arp()
325 ready = 0; in link_local_receive_arp()
/rk3399_rockchip-uboot/board/bosch/shc/
H A DREADME11 I2C: ready
108 I2C: ready
/rk3399_rockchip-uboot/env/
H A Dcommon.c110 int set_board_env(const char *vars, int size, int flags, bool ready) in set_board_env() argument
118 if (ready) { in set_board_env()
/rk3399_rockchip-uboot/doc/SPI/
H A DREADME.ftssp010_spi_test9 I2C: ready
/rk3399_rockchip-uboot/include/
H A Denvironment.h305 int set_board_env(const char *vars, int size, int flags, bool ready);
/rk3399_rockchip-uboot/board/imgtec/xilfpga/
H A DREADME48 At this point, the board is ready to load the Linux kernel + buildroot initramfs
/rk3399_rockchip-uboot/board/rockchip/kylin_rk3036/
H A DREADME39 Both origin binaries and Tool are ready now, choose either option 1 or
/rk3399_rockchip-uboot/board/rockchip/gva_rk3229/
H A DREADME45 Both origin binaries and Tool are ready now, choose either option 1 or
/rk3399_rockchip-uboot/board/rockchip/evb_rk3229/
H A DREADME43 Both origin binaries and Tool are ready now, choose either option 1 or
/rk3399_rockchip-uboot/doc/
H A DREADME.android-fastboot-protocol41 d. DATA -> the requested command is ready for the data phase.
79 Client: "DATA00001234" ready to accept data
H A DREADME.fdt-overlays95 5. You are now ready to apply the overlay.
H A DREADME.nvme31 do necessary initialization to put the controller into a ready state at which
H A DREADME.socfpga148 Now your board is ready for full mainline support including U-Boot SPL.
H A DREADME.generic-board68 initcall proposal when it is ready.
/rk3399_rockchip-uboot/board/sunxi/
H A DREADME.nand21 SPL image that is ready to be programmed directly embedding the ECCs,
/rk3399_rockchip-uboot/drivers/mtd/
H A Dcfi_flash.c665 int ready; in flash_status_poll() local
684 ready = flash_read8(dst) == flash_read8(src); in flash_status_poll()
687 ready = flash_read16(dst) == flash_read16(src); in flash_status_poll()
690 ready = flash_read32(dst) == flash_read32(src); in flash_status_poll()
693 ready = flash_read64(dst) == flash_read64(src); in flash_status_poll()
696 ready = 0; in flash_status_poll()
699 if (ready) in flash_status_poll()
/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dme_common.h156 u32 ready:1; member
/rk3399_rockchip-uboot/doc/driver-model/
H A Dusb-info.txt177 ready to talk to the host.
230 intended to set up a child device ready to be used with its parent bus. For
239 - at this point the device is set up and ready for use so far as the USB
260 device ready for use. If it is a hub, it will scan that hub before it
262 - once all hub ports are scanned in this way, the hub is ready for use and
/rk3399_rockchip-uboot/board/theobroma-systems/puma_rk3399/
H A DREADME96 ready.
/rk3399_rockchip-uboot/board/rockchip/evb_rk3399/
H A DREADME72 Both origin binaries and Tool are ready now, choose either option 1 or
/rk3399_rockchip-uboot/drivers/usb/musb-new/
H A Dmusb_host.c345 int ready = qh->is_ready; in musb_advance_schedule() local
366 qh->is_ready = ready; in musb_advance_schedule()
2224 int ready = qh->is_ready; local
2228 qh->is_ready = ready;
2233 if (ready && list_empty(&qh->hep->urb_list)) {
/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dpxa3xx_nand.c675 unsigned int ready, cmd_done; in pxa3xx_nand_irq() local
679 ready = NDSR_FLASH_RDY; in pxa3xx_nand_irq()
682 ready = NDSR_RDY; in pxa3xx_nand_irq()
721 if (status & ready) { in pxa3xx_nand_irq()
/rk3399_rockchip-uboot/common/
H A DKconfig105 starts, so that it can read this information when ready.
246 allocated immediately after the malloc() region is ready.
256 ready.
574 bool "Call arch-specific init after relocation, when console is ready"
586 after driver model is ready in the pre-relocation init sequence.
/rk3399_rockchip-uboot/board/freescale/m53017evb/
H A DREADME150 I2C: ready
/rk3399_rockchip-uboot/drivers/serial/
H A DKconfig330 here that is needed to set up the UART ready for use, such as set
337 Enable this option to show a message when the debug UART is ready
339 U-Boot has the UART ready for use (i.e. your code calls

12