Home
last modified time | relevance | path

Searched refs:initialized (Results 1 – 25 of 47) sorted by relevance

12

/rk3399_rockchip-uboot/drivers/phy/
H A Dsandbox-phy.c15 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 Dcbfs.c37 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 Dirq-gpio-switch.c87 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 Dnand.c150 static int initialized; in nand_init() local
156 if (initialized) in nand_init()
158 initialized = 1; in nand_init()
H A Drockchip_nand_spl_v9.c463 static int initialized; in board_nand_init() local
467 if (initialized) in board_nand_init()
470 initialized = 1; in board_nand_init()
H A Drockchip_nand_spl.c463 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 Dkgdb.c105 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 DREADME.silent16 - Until the console devices have been initialized, output has to be
19 - When the console devices have been initialized, "stdout" and
H A DREADME.enetaddr35 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 DREADME.console15 relocates itself to RAM, all console drivers are initialized (they
77 use the framebuffers initialized by U-Boot.
H A DREADME.ne20003 that the CCR is correctly initialized.
H A DREADME.mpc83xx.ddrecc64 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 DREADME.mips49 initialized in board specific assembler language before the cache init
H A DREADME.mpc85xx-spin-table4 DDR is initialized and U-Boot relocates itself into DDR, the spin table is
H A DREADME.atmel_mci18 board/SoC specific manner before the driver is initialized:
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Drk_hwid.c63 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 Dgpio-pcf857x.txt40 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 Djffs2.c342 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 DKconfig61 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 Dgen_atmel_mci.c52 unsigned int initialized:1; member
153 priv->initialized = 1;
252 if (!priv->initialized) {
490 priv->initialized = 0;
/rk3399_rockchip-uboot/drivers/net/
H A Dne2000_base.c657 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 Dmpc8xx_fec.c54 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 Du-boot.lds28 * 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 Dfsl_mcdmafec.h79 int initialized; member
/rk3399_rockchip-uboot/arch/arm/
H A DKconfig.debug9 executes before the console is initialized.

12