Home
last modified time | relevance | path

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

123

/u-boot/drivers/phy/
A Dsandbox-phy.c14 bool initialized; member
23 if (!priv->initialized) in sandbox_phy_power_on()
38 if (!priv->initialized) in sandbox_phy_power_off()
60 priv->initialized = true; in sandbox_phy_init()
70 priv->initialized = false; in sandbox_phy_exit()
88 priv->initialized = false; in sandbox_phy_probe()
/u-boot/net/
A Dpcap.c14 static bool initialized; variable
63 initialized = true; in pcap_init()
73 if (!initialized) { in pcap_start_stop()
85 if (!initialized) { in pcap_clear()
104 if (!initialized || !running || !buf) in pcap_post()
138 if (!initialized) { in pcap_print_status()
/u-boot/arch/arm/mach-tegra/
A Dpmc.c21 static bool initialized = false; in tegra_pmc_detect_tz_only() local
25 if (!initialized) { in tegra_pmc_detect_tz_only()
45 initialized = true; in tegra_pmc_detect_tz_only()
/u-boot/drivers/mtd/nand/raw/
A Dnand.c147 static int initialized; in nand_init() local
153 if (initialized) in nand_init()
155 initialized = 1; in nand_init()
/u-boot/fs/cbfs/
A Dcbfs.c28 bool initialized; member
269 priv->initialized = true; in cbfs_init()
297 priv->initialized = true; in cbfs_init_mem()
311 if (priv->initialized) { in file_cbfs_get_header()
324 if (!priv->initialized) { in file_cbfs_get_first()
337 if (!priv->initialized) { in file_cbfs_get_next()
353 if (!priv->initialized) { in cbfs_find_file()
/u-boot/doc/
A DREADME.silent16 - Until the console devices have been initialized, output has to be
19 - When the console devices have been initialized, "stdout" and
A DREADME.gpio5 All the GPIO hog are initialized in gpio_hog_probe_all() function called in
A DREADME.ne20003 that the CCR is correctly initialized.
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,
A DREADME.console14 relocates itself to RAM, all console drivers are initialized (they
76 use the framebuffers initialized by U-Boot.
A DREADME.pcap31 PCAP capture initialized: addr: 0xffffffff80100000 max length: 100000
/u-boot/common/
A Dkgdb.c106 static int initialized = 0; variable
325 if (!initialized) { in handle_exception()
535 initialized = 1; in kgdb_init()
569 if (!initialized) { in breakpoint()
/u-boot/doc/device-tree-bindings/gpio/
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.
/u-boot/cmd/
A Djffs2.c336 static int initialized = 0; in mtdparts_init() local
341 if (!initialized) { in mtdparts_init()
345 initialized = 1; in mtdparts_init()
/u-boot/doc/board/AndesTech/
A Dax25-ae350.rst281 [ 0.056000] devtmpfs: initialized
307 [ 1.404000] IR NEC protocol handler initialized
308 [ 1.404000] IR RC5(x/sz) protocol handler initialized
309 [ 1.404000] IR RC6 protocol handler initialized
310 [ 1.404000] IR JVC protocol handler initialized
311 [ 1.408000] IR Sony protocol handler initialized
312 [ 1.408000] IR SANYO protocol handler initialized
313 [ 1.408000] IR Sharp protocol handler initialized
314 [ 1.408000] IR MCE Keyboard/mouse protocol handler initialized
315 [ 1.412000] IR XMP protocol handler initialized
[all …]
/u-boot/drivers/mmc/
A Dgen_atmel_mci.c51 unsigned int initialized:1; member
161 priv->initialized = 1;
259 if (!priv->initialized) {
487 priv->initialized = 0;
A Docteontx_hsmmc.h135 bool initialized:1; member
/u-boot/arch/xtensa/cpu/
A Du-boot.lds27 * This, however, requires that memory have been initialized throug some
28 * other means (serial ROM, for example) or are initialized early (requiring
/u-boot/drivers/net/
A Dne2000_base.c659 static int initialized = 0; variable
726 initialized = 1; in ne2k_init()
733 if(initialized) in ne2k_halt()
735 initialized = 0; in ne2k_halt()
A Dmpc8xx_fec.c57 int initialized; member
662 efis->initialized = 1; in fec_init()
676 if (!efis->initialized) in fec_halt()
697 efis->initialized = 0; in fec_halt()
/u-boot/arch/m68k/include/asm/
A Dfsl_mcdmafec.h78 int initialized; member
/u-boot/drivers/watchdog/
A DKconfig84 The watchdog timer is stopped when initialized. It performs reset, either
95 The watchdog timer is stopped when initialized. It performs reset, either
111 The watchdog timer is stopped when initialized.
156 The watchdog timer is stopped when initialized.
/u-boot/drivers/spi/
A Dstm32_qspi.c121 bool initialized; member
418 if (flash->initialized) { in stm32_qspi_claim_bus()
431 flash->initialized = true; in stm32_qspi_claim_bus()
/u-boot/doc/device-tree-bindings/bus/
A Dsimple-pm-bus.txt5 driver, as it's typically initialized by the boot loader.
/u-boot/arch/arm/
A DKconfig.debug9 executes before the console is initialized.

Completed in 78 milliseconds

123