Searched refs:hwconfig_f (Results 1 – 10 of 10) sorted by relevance
/u-boot/include/ |
A D | hwconfig.h | 19 extern int hwconfig_f(const char *opt, char *buf); 29 static inline int hwconfig_f(const char *opt, char *buf) in hwconfig_f() function 69 return hwconfig_f(opt, NULL); in hwconfig()
|
/u-boot/board/freescale/ls2080aqds/ |
A D | eth.c | 526 if (hwconfig_f("xqsgmii", env_hwconfig)) { in initialize_dpmac_to_slot() 542 if (hwconfig_f("xqsgmii", env_hwconfig)) { in initialize_dpmac_to_slot() 562 if (hwconfig_f("xqsgmii", env_hwconfig)) { in initialize_dpmac_to_slot() 603 if (hwconfig_f("xqsgmii", env_hwconfig)) { in initialize_dpmac_to_slot() 625 if (hwconfig_f("xqsgmii", env_hwconfig)) { in initialize_dpmac_to_slot() 636 if (hwconfig_f("xqsgmii", env_hwconfig)) { in initialize_dpmac_to_slot() 670 if (hwconfig_f("xqsgmii", env_hwconfig)) in ls2080a_handle_phy_interface_sgmii() 709 if (dpmac_id >= 6 && hwconfig_f("xqsgmii", in ls2080a_handle_phy_interface_sgmii() 716 if (dpmac_id >= 7 && hwconfig_f("xqsgmii", in ls2080a_handle_phy_interface_sgmii() 769 if (dpmac_id >= 14 && hwconfig_f("xqsgmii", in ls2080a_handle_phy_interface_sgmii() [all …]
|
A D | ls2080aqds.c | 220 if (hwconfig_f("dspi", env_hwconfig) && in board_init()
|
/u-boot/board/freescale/mpc837xerdb/ |
A D | mpc837xerdb.c | 187 esdhc_hwconfig_enabled = hwconfig_f("esdhc", buffer); in board_mmc_init()
|
/u-boot/common/ |
A D | hwconfig.c | 125 int hwconfig_f(const char *opt, char *buf) in hwconfig_f() function
|
/u-boot/board/freescale/ls1088a/ |
A D | eth_ls1088aqds.c | 538 if (hwconfig_f("xqsgmii", env_hwconfig)) in ls1088a_handle_phy_interface_sgmii() 720 if (hwconfig_f("xqsgmii", env_hwconfig)) { in board_eth_init()
|
A D | ls1088a.c | 1045 if (hwconfig_f("qspi", env_hwconfig)) in is_flash_available()
|
/u-boot/board/freescale/ls2080ardb/ |
A D | ls2080ardb.c | 319 if (hwconfig_f("dspi", env_hwconfig) && in misc_init_r()
|
/u-boot/arch/powerpc/cpu/mpc85xx/ |
A D | cpu_init.c | 263 tdm_hwconfig_enabled = hwconfig_f("tdm", buffer); in enable_tdm_law() 293 if (hwconfig_f("en_cpc", buffer)) in enable_cpc()
|
A D | fdt.c | 102 tdm_hwconfig_enabled = hwconfig_f("tdm", buffer); in ft_fixup_cpu()
|
Completed in 17 milliseconds