Searched refs:initialized (Results 1 - 18 of 18) sorted by relevance

/u-boot/drivers/phy/
H A Dsandbox-phy.c14 bool initialized; member in struct:sandbox_phy_priv
23 if (!priv->initialized)
38 if (!priv->initialized)
60 priv->initialized = true;
70 priv->initialized = false;
88 priv->initialized = false;
/u-boot/net/
H A Dpcap.c14 static bool initialized; variable
57 printf("PCAP capture initialized: addr: 0x%lx max length: %lu\n",
63 initialized = true;
73 if (!initialized) {
74 printf("error: pcap was not initialized\n");
85 if (!initialized) {
86 printf("error: pcap was not initialized\n");
104 if (!initialized || !running || !buf)
138 if (!initialized) {
139 printf("pcap was not initialized\
[all...]
/u-boot/arch/arm/mach-tegra/
H A Dpmc.c21 static bool initialized = false; local
25 if (!initialized) {
45 initialized = true;
/u-boot/drivers/mtd/nand/raw/
H A Dnand.c55 /* Register an initialized NAND mtd device with the U-Boot NAND command. */
178 static int initialized; variable
186 if (initialized)
188 initialized = 1;
218 initialized = 0;
/u-boot/common/
H A Dkgdb.c106 static int initialized = 0; variable
325 if (!initialized) {
326 printf("kgdb: exception before kgdb is initialized! huh?\n");
536 initialized = 1;
572 if (!initialized) {
/u-boot/fs/cbfs/
H A Dcbfs.c28 bool initialized; member in struct:cbfs_priv
43 return "CBFS not initialized";
308 priv->initialized = true;
344 priv->initialized = true;
358 if (priv->initialized) {
382 if (!priv->initialized) {
395 if (!priv->initialized) {
411 if (!priv->initialized) {
/u-boot/cmd/
H A Djffs2.c335 static int initialized = 0; local
340 if (!initialized) {
344 initialized = 1;
H A Dmtdparts.c1722 static int initialized = 0; local
1730 if (!initialized) {
1740 initialized = 1;
/u-boot/drivers/mmc/
H A Docteontx_hsmmc.h133 bool initialized:1; member in struct:octeontx_mmc_host
H A Dgen_atmel_mci.c52 unsigned int initialized:1; member in struct:atmel_mci_priv
162 priv->initialized = 1;
260 if (!priv->initialized) {
261 puts ("MCI not initialized!\n");
488 priv->initialized = 0;
H A Dmmc.c3123 static int initialized = 0; local
3125 if (initialized) /* Avoid initializing mmc multiple times */
3127 initialized = 1;
H A Docteontx_hsmmc.c3247 static bool initialized; local
3250 if (!initialized || mmc != host->last_mmc) {
3284 initialized = true;
/u-boot/drivers/ufs/
H A Dufs-renesas.c23 bool initialized; /* The hardware needs initialization once */ member in struct:ufs_renesas_priv
331 if (priv->initialized)
337 priv->initialized = true;
/u-boot/drivers/phy/renesas/
H A Dr8a779f0-ether-serdes.c45 bool initialized; member in struct:r8a779f0_eth_serdes_drv_data
220 if (dd->initialized)
261 channel->dd->initialized = true;
/u-boot/drivers/net/
H A Dmpc8xx_fec.c57 int initialized; member in struct:ether_fcc_info_s
635 efis->initialized = 1;
648 /* avoid halt if initialized; mii gets stuck otherwise */
649 if (!efis->initialized)
670 efis->initialized = 0;
/u-boot/drivers/adc/
H A Dmeson-saradc.c178 bool initialized; member in struct:meson_saradc_priv
635 if (!priv->initialized) {
642 priv->initialized = true;
/u-boot/drivers/smem/
H A Dmsm_smem.c36 * of 512 entries (@smem_global_entry) that can be initialized to reference
126 * @initialized: boolean to indicate that smem is initialized
135 __le32 initialized; member in struct:smem_header
882 if (le32_to_cpu(header->initialized) != 1 ||
884 dev_err(dev, "SMEM is not initialized by SBL\n");
/u-boot/arch/m68k/include/asm/
H A Dfec.h101 int initialized; member in struct:fec_info_s

Completed in 132 milliseconds