| /rk3399_rockchip-uboot/drivers/phy/ |
| H A D | sandbox-phy.c | 15 bool initialized; member 24 if (!priv->initialized) in sandbox_phy_power_on() 39 if (!priv->initialized) in sandbox_phy_power_off() 61 priv->initialized = true; in sandbox_phy_init() 71 priv->initialized = false; in sandbox_phy_exit() 81 priv->initialized = false; in sandbox_phy_probe()
|
| /rk3399_rockchip-uboot/fs/cbfs/ |
| H A D | cbfs.c | 37 static int initialized; variable 187 initialized = 0; in file_cbfs_init() 197 initialized = 1; in file_cbfs_init() 202 if (initialized) { in file_cbfs_get_header() 213 if (!initialized) { in file_cbfs_get_first() 224 if (!initialized) { in file_cbfs_get_next() 239 if (!initialized) { in file_cbfs_find()
|
| /rk3399_rockchip-uboot/drivers/irq/ |
| H A D | irq-gpio-switch.c | 87 static int initialized; in init_order_gpios() local 91 if (initialized) in init_order_gpios() 108 initialized = 1; in init_order_gpios() 115 static int initialized; in init_aliases_gpios() local 119 if (initialized) in init_aliases_gpios() 131 initialized = 1; in init_aliases_gpios()
|
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | nand.c | 150 static int initialized; in nand_init() local 156 if (initialized) in nand_init() 158 initialized = 1; in nand_init()
|
| H A D | rockchip_nand_spl_v9.c | 463 static int initialized; in board_nand_init() local 467 if (initialized) in board_nand_init() 470 initialized = 1; in board_nand_init()
|
| H A D | rockchip_nand_spl.c | 463 static int initialized; in board_nand_init() local 467 if (initialized) in board_nand_init() 470 initialized = 1; in board_nand_init()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | kgdb.c | 105 static int initialized = 0; variable 324 if (!initialized) { in handle_exception() 534 initialized = 1; in kgdb_init() 568 if (!initialized) { in breakpoint()
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.silent | 16 - Until the console devices have been initialized, output has to be 19 - When the console devices have been initialized, "stdout" and
|
| H A D | README.enetaddr | 35 3. The environment variable will be compared to the driver initialized 38 If the environment variable is not set, it will be initialized from 91 all cases, the enetaddr memory is initialized. If the env var is not found,
|
| H A D | README.console | 15 relocates itself to RAM, all console drivers are initialized (they 77 use the framebuffers initialized by U-Boot.
|
| H A D | README.ne2000 | 3 that the CCR is correctly initialized.
|
| H A D | README.mpc83xx.ddrecc | 64 4. Make sure used memory region got re-initialized with 0x0123456789abcdef 104 4. Make sure used memory region got re-initialized with 0x0123456789abcdef
|
| H A D | README.mips | 49 initialized in board specific assembler language before the cache init
|
| H A D | README.mpc85xx-spin-table | 4 DDR is initialized and U-Boot relocates itself into DDR, the spin table is
|
| H A D | README.atmel_mci | 18 board/SoC specific manner before the driver is initialized:
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | rk_hwid.c | 63 static int initialized; in gpio_parse_base_address() local 67 if (initialized) in gpio_parse_base_address() 91 initialized = 1; in gpio_parse_base_address()
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/gpio/ |
| H A D | gpio-pcf857x.txt | 40 line. When a bit is set to zero, the corresponding line will be initialized to 42 initialized the low-level output state. If the property is not specified 43 all lines will be initialized to the input state.
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | jffs2.c | 342 static int initialized = 0; in mtdparts_init() local 347 if (!initialized) { in mtdparts_init() 351 initialized = 1; in mtdparts_init()
|
| /rk3399_rockchip-uboot/drivers/watchdog/ |
| H A D | Kconfig | 61 The watchdog timer is stopped when initialized. It performs reset, either 71 The watchdog timer is stopped when initialized.
|
| /rk3399_rockchip-uboot/drivers/mmc/ |
| H A D | gen_atmel_mci.c | 52 unsigned int initialized:1; member 153 priv->initialized = 1; 252 if (!priv->initialized) { 490 priv->initialized = 0;
|
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | ne2000_base.c | 657 static int initialized = 0; variable 734 initialized = 1; in ne2k_init() 741 if(initialized) in ne2k_halt() 743 initialized = 0; in ne2k_halt()
|
| H A D | mpc8xx_fec.c | 54 int initialized; member 659 efis->initialized = 1; in fec_init() 673 if (!efis->initialized) in fec_halt() 694 efis->initialized = 0; in fec_halt()
|
| /rk3399_rockchip-uboot/arch/xtensa/cpu/ |
| H A D | u-boot.lds | 28 * This, however, requires that memory have been initialized throug some 29 * other means (serial ROM, for example) or are initialized early (requiring
|
| /rk3399_rockchip-uboot/arch/m68k/include/asm/ |
| H A D | fsl_mcdmafec.h | 79 int initialized; member
|
| /rk3399_rockchip-uboot/arch/arm/ |
| H A D | Kconfig.debug | 9 executes before the console is initialized.
|