Searched refs:hwconfig_f (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/u-boot/board/freescale/ls2080aqds/ |
| H A D | eth.c | 464 if (hwconfig_f("xqsgmii", env_hwconfig)) { in initialize_dpmac_to_slot() 480 if (hwconfig_f("xqsgmii", env_hwconfig)) { in initialize_dpmac_to_slot() 500 if (hwconfig_f("xqsgmii", env_hwconfig)) { in initialize_dpmac_to_slot() 541 if (hwconfig_f("xqsgmii", env_hwconfig)) { in initialize_dpmac_to_slot() 563 if (hwconfig_f("xqsgmii", env_hwconfig)) { in initialize_dpmac_to_slot() 574 if (hwconfig_f("xqsgmii", env_hwconfig)) { in initialize_dpmac_to_slot() 608 if (hwconfig_f("xqsgmii", env_hwconfig)) in ls2080a_handle_phy_interface_sgmii() 647 if (dpmac_id >= 6 && hwconfig_f("xqsgmii", in ls2080a_handle_phy_interface_sgmii() 654 if (dpmac_id >= 7 && hwconfig_f("xqsgmii", in ls2080a_handle_phy_interface_sgmii() 707 if (dpmac_id >= 14 && hwconfig_f("xqsgmii", in ls2080a_handle_phy_interface_sgmii() [all …]
|
| H A D | ls2080aqds.c | 209 if (hwconfig_f("dspi", env_hwconfig) && in board_init()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | hwconfig.h | 20 extern int hwconfig_f(const char *opt, char *buf); 30 static inline int hwconfig_f(const char *opt, char *buf) in hwconfig_f() function 70 return hwconfig_f(opt, NULL); in hwconfig()
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc837xerdb/ |
| H A D | mpc837xerdb.c | 177 esdhc_hwconfig_enabled = hwconfig_f("esdhc", buffer); in board_mmc_init()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | hwconfig.c | 123 int hwconfig_f(const char *opt, char *buf) in hwconfig_f() function
|
| /OK3568_Linux_fs/u-boot/board/freescale/ls2080ardb/ |
| H A D | ls2080ardb.c | 255 if (hwconfig_f("dspi", env_hwconfig) && in misc_init_r()
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/ |
| H A D | cpu_init.c | 261 tdm_hwconfig_enabled = hwconfig_f("tdm", buffer); in enable_tdm_law() 291 if (hwconfig_f("en_cpc", buffer)) in enable_cpc()
|
| H A D | fdt.c | 97 tdm_hwconfig_enabled = hwconfig_f("tdm", buffer); in ft_fixup_cpu()
|