Home
last modified time | relevance | path

Searched refs:hwconfig_f (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/u-boot/board/freescale/ls2080aqds/
H A Deth.c464 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 Dls2080aqds.c209 if (hwconfig_f("dspi", env_hwconfig) && in board_init()
/OK3568_Linux_fs/u-boot/include/
H A Dhwconfig.h20 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 Dmpc837xerdb.c177 esdhc_hwconfig_enabled = hwconfig_f("esdhc", buffer); in board_mmc_init()
/OK3568_Linux_fs/u-boot/common/
H A Dhwconfig.c123 int hwconfig_f(const char *opt, char *buf) in hwconfig_f() function
/OK3568_Linux_fs/u-boot/board/freescale/ls2080ardb/
H A Dls2080ardb.c255 if (hwconfig_f("dspi", env_hwconfig) && in misc_init_r()
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dcpu_init.c261 tdm_hwconfig_enabled = hwconfig_f("tdm", buffer); in enable_tdm_law()
291 if (hwconfig_f("en_cpc", buffer)) in enable_cpc()
H A Dfdt.c97 tdm_hwconfig_enabled = hwconfig_f("tdm", buffer); in ft_fixup_cpu()