Home
last modified time | relevance | path

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

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