Home
last modified time | relevance | path

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

/external/u-boot/board/freescale/ls2080aqds/
Deth.c463 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 …]
Dls2080aqds.c208 if (hwconfig_f("dspi", env_hwconfig) && in board_init()
/external/u-boot/include/
Dhwconfig.h19 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/
Deth_ls1088aqds.c478 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/
Dmpc837xerdb.c176 esdhc_hwconfig_enabled = hwconfig_f("esdhc", buffer); in board_mmc_init()
/external/u-boot/common/
Dhwconfig.c122 int hwconfig_f(const char *opt, char *buf) in hwconfig_f() function
/external/u-boot/board/freescale/ls2080ardb/
Dls2080ardb.c260 if (hwconfig_f("dspi", env_hwconfig) && in misc_init_r()
/external/u-boot/arch/powerpc/cpu/mpc85xx/
Dcpu_init.c259 tdm_hwconfig_enabled = hwconfig_f("tdm", buffer); in enable_tdm_law()
289 if (hwconfig_f("en_cpc", buffer)) in enable_cpc()
Dfdt.c98 tdm_hwconfig_enabled = hwconfig_f("tdm", buffer); in ft_fixup_cpu()