Home
last modified time | relevance | path

Searched refs:env_hwconfig (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/board/freescale/ls2080aqds/
H A Deth.c451 char *env_hwconfig; in initialize_dpmac_to_slot() local
452 env_hwconfig = env_get("hwconfig"); in initialize_dpmac_to_slot()
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()
606 char *env_hwconfig = env_get("hwconfig"); in ls2080a_handle_phy_interface_sgmii() local
608 if (hwconfig_f("xqsgmii", env_hwconfig)) in ls2080a_handle_phy_interface_sgmii()
[all …]
H A Dls2080aqds.c199 char *env_hwconfig; in board_init() local
207 env_hwconfig = env_get("hwconfig"); in board_init()
209 if (hwconfig_f("dspi", env_hwconfig) && in board_init()
/OK3568_Linux_fs/u-boot/common/
H A Dhwconfig.c73 const char *env_hwconfig) in __hwconfig() argument
78 if (!env_hwconfig) { in __hwconfig()
84 env_hwconfig = env_get("hwconfig"); in __hwconfig()
87 if (env_hwconfig) { in __hwconfig()
88 ret = hwconfig_parse(env_hwconfig, strlen(env_hwconfig), in __hwconfig()
/OK3568_Linux_fs/u-boot/board/freescale/ls2080ardb/
H A Dls2080ardb.c247 char *env_hwconfig; in misc_init_r() local
253 env_hwconfig = env_get("hwconfig"); in misc_init_r()
255 if (hwconfig_f("dspi", env_hwconfig) && in misc_init_r()