/u-boot/drivers/phy/ |
A D | sandbox-phy.c | 14 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 D | pcap.c | 14 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 D | pmc.c | 21 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 D | nand.c | 147 static int initialized; in nand_init() local 153 if (initialized) in nand_init() 155 initialized = 1; in nand_init()
|
/u-boot/fs/cbfs/ |
A D | cbfs.c | 28 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 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
|
A D | README.gpio | 5 All the GPIO hog are initialized in gpio_hog_probe_all() function called in
|
A D | README.ne2000 | 3 that the CCR is correctly initialized.
|
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,
|
A D | README.console | 14 relocates itself to RAM, all console drivers are initialized (they 76 use the framebuffers initialized by U-Boot.
|
A D | README.pcap | 31 PCAP capture initialized: addr: 0xffffffff80100000 max length: 100000
|
/u-boot/common/ |
A D | kgdb.c | 106 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 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.
|
/u-boot/cmd/ |
A D | jffs2.c | 336 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 D | ax25-ae350.rst | 281 [ 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 D | gen_atmel_mci.c | 51 unsigned int initialized:1; member 161 priv->initialized = 1; 259 if (!priv->initialized) { 487 priv->initialized = 0;
|
A D | octeontx_hsmmc.h | 135 bool initialized:1; member
|
/u-boot/arch/xtensa/cpu/ |
A D | u-boot.lds | 27 * 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 D | ne2000_base.c | 659 static int initialized = 0; variable 726 initialized = 1; in ne2k_init() 733 if(initialized) in ne2k_halt() 735 initialized = 0; in ne2k_halt()
|
A D | mpc8xx_fec.c | 57 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 D | fsl_mcdmafec.h | 78 int initialized; member
|
/u-boot/drivers/watchdog/ |
A D | Kconfig | 84 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 D | stm32_qspi.c | 121 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 D | simple-pm-bus.txt | 5 driver, as it's typically initialized by the boot loader.
|
/u-boot/arch/arm/ |
A D | Kconfig.debug | 9 executes before the console is initialized.
|