Searched refs:env_hwconfig (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/board/freescale/ls2080aqds/ |
H A D | eth.c | 450 char *env_hwconfig; in initialize_dpmac_to_slot() local 451 env_hwconfig = env_get("hwconfig"); in initialize_dpmac_to_slot() 463 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() 605 char *env_hwconfig = env_get("hwconfig"); in ls2080a_handle_phy_interface_sgmii() local 607 if (hwconfig_f("xqsgmii", env_hwconfig)) in ls2080a_handle_phy_interface_sgmii() [all …]
|
H A D | ls2080aqds.c | 198 char *env_hwconfig; in board_init() local 206 env_hwconfig = env_get("hwconfig"); in board_init() 208 if (hwconfig_f("dspi", env_hwconfig) && in board_init()
|
/openbmc/u-boot/common/ |
H A D | hwconfig.c | 72 const char *env_hwconfig) in __hwconfig() argument 77 if (!env_hwconfig) { in __hwconfig() 83 env_hwconfig = env_get("hwconfig"); in __hwconfig() 86 if (env_hwconfig) { in __hwconfig() 87 ret = hwconfig_parse(env_hwconfig, strlen(env_hwconfig), in __hwconfig()
|
/openbmc/u-boot/board/freescale/ls2080ardb/ |
H A D | ls2080ardb.c | 250 char *env_hwconfig; in misc_init_r() local 258 env_hwconfig = env_get("hwconfig"); in misc_init_r() 260 if (hwconfig_f("dspi", env_hwconfig) && in misc_init_r()
|
/openbmc/u-boot/board/freescale/ls1088a/ |
H A D | eth_ls1088aqds.c | 476 char *env_hwconfig = env_get("hwconfig"); in ls1088a_handle_phy_interface_sgmii() local 478 if (hwconfig_f("xqsgmii", env_hwconfig)) in ls1088a_handle_phy_interface_sgmii() 617 char *env_hwconfig = env_get("hwconfig"); in board_eth_init() local 660 if (hwconfig_f("xqsgmii", env_hwconfig)) { in board_eth_init()
|
H A D | ls1088a.c | 783 char *env_hwconfig = env_get("hwconfig"); in is_flash_available() local 799 if (hwconfig_f("qspi", env_hwconfig)) in is_flash_available()
|