Searched refs:hwconfig_f (Results 1 – 9 of 9) sorted by relevance
/external/u-boot/board/freescale/ls2080aqds/ |
D | eth.c | 463 if (hwconfig_f("xqsgmii", env_hwconfig)) { in initialize_dpmac_to_slot() 479 if (hwconfig_f("xqsgmii", env_hwconfig)) { in initialize_dpmac_to_slot() 499 if (hwconfig_f("xqsgmii", env_hwconfig)) { in initialize_dpmac_to_slot() 540 if (hwconfig_f("xqsgmii", env_hwconfig)) { in initialize_dpmac_to_slot() 562 if (hwconfig_f("xqsgmii", env_hwconfig)) { in initialize_dpmac_to_slot() 573 if (hwconfig_f("xqsgmii", env_hwconfig)) { in initialize_dpmac_to_slot() 607 if (hwconfig_f("xqsgmii", env_hwconfig)) in ls2080a_handle_phy_interface_sgmii() 646 if (dpmac_id >= 6 && hwconfig_f("xqsgmii", in ls2080a_handle_phy_interface_sgmii() 653 if (dpmac_id >= 7 && hwconfig_f("xqsgmii", in ls2080a_handle_phy_interface_sgmii() 706 if (dpmac_id >= 14 && hwconfig_f("xqsgmii", in ls2080a_handle_phy_interface_sgmii() [all …]
|
D | ls2080aqds.c | 208 if (hwconfig_f("dspi", env_hwconfig) && in board_init()
|
/external/u-boot/include/ |
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()
|
/external/u-boot/board/freescale/ls1088a/ |
D | eth_ls1088aqds.c | 478 if (hwconfig_f("xqsgmii", env_hwconfig)) in ls1088a_handle_phy_interface_sgmii() 660 if (hwconfig_f("xqsgmii", env_hwconfig)) { in board_eth_init()
|
/external/u-boot/board/freescale/mpc837xerdb/ |
D | mpc837xerdb.c | 176 esdhc_hwconfig_enabled = hwconfig_f("esdhc", buffer); in board_mmc_init()
|
/external/u-boot/common/ |
D | hwconfig.c | 122 int hwconfig_f(const char *opt, char *buf) in hwconfig_f() function
|
/external/u-boot/board/freescale/ls2080ardb/ |
D | ls2080ardb.c | 260 if (hwconfig_f("dspi", env_hwconfig) && in misc_init_r()
|
/external/u-boot/arch/powerpc/cpu/mpc85xx/ |
D | cpu_init.c | 259 tdm_hwconfig_enabled = hwconfig_f("tdm", buffer); in enable_tdm_law() 289 if (hwconfig_f("en_cpc", buffer)) in enable_cpc()
|
D | fdt.c | 98 tdm_hwconfig_enabled = hwconfig_f("tdm", buffer); in ft_fixup_cpu()
|