| /rk3399_rockchip-uboot/net/ |
| H A D | link_local.c | 58 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 D | README | 11 I2C: ready 108 I2C: ready
|
| /rk3399_rockchip-uboot/env/ |
| H A D | common.c | 110 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 D | README.ftssp010_spi_test | 9 I2C: ready
|
| /rk3399_rockchip-uboot/include/ |
| H A D | environment.h | 305 int set_board_env(const char *vars, int size, int flags, bool ready);
|
| /rk3399_rockchip-uboot/board/imgtec/xilfpga/ |
| H A D | README | 48 At this point, the board is ready to load the Linux kernel + buildroot initramfs
|
| /rk3399_rockchip-uboot/board/rockchip/kylin_rk3036/ |
| H A D | README | 39 Both origin binaries and Tool are ready now, choose either option 1 or
|
| /rk3399_rockchip-uboot/board/rockchip/gva_rk3229/ |
| H A D | README | 45 Both origin binaries and Tool are ready now, choose either option 1 or
|
| /rk3399_rockchip-uboot/board/rockchip/evb_rk3229/ |
| H A D | README | 43 Both origin binaries and Tool are ready now, choose either option 1 or
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.android-fastboot-protocol | 41 d. DATA -> the requested command is ready for the data phase. 79 Client: "DATA00001234" ready to accept data
|
| H A D | README.fdt-overlays | 95 5. You are now ready to apply the overlay.
|
| H A D | README.nvme | 31 do necessary initialization to put the controller into a ready state at which
|
| H A D | README.socfpga | 148 Now your board is ready for full mainline support including U-Boot SPL.
|
| H A D | README.generic-board | 68 initcall proposal when it is ready.
|
| /rk3399_rockchip-uboot/board/sunxi/ |
| H A D | README.nand | 21 SPL image that is ready to be programmed directly embedding the ECCs,
|
| /rk3399_rockchip-uboot/drivers/mtd/ |
| H A D | cfi_flash.c | 665 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 D | me_common.h | 156 u32 ready:1; member
|
| /rk3399_rockchip-uboot/doc/driver-model/ |
| H A D | usb-info.txt | 177 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 D | README | 96 ready.
|
| /rk3399_rockchip-uboot/board/rockchip/evb_rk3399/ |
| H A D | README | 72 Both origin binaries and Tool are ready now, choose either option 1 or
|
| /rk3399_rockchip-uboot/drivers/usb/musb-new/ |
| H A D | musb_host.c | 345 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 D | pxa3xx_nand.c | 675 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 D | Kconfig | 105 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 D | README | 150 I2C: ready
|
| /rk3399_rockchip-uboot/drivers/serial/ |
| H A D | Kconfig | 330 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
|