Home
last modified time | relevance | path

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

/openbmc/u-boot/board/freescale/lx2160a/
H A Deth_lx2160aqds.c382 char *env_dpmac) in do_dpmac_config() argument
399 &len, env_dpmac); in do_dpmac_config()
407 env_dpmac, phy_num + 1, arg_dpmacid); in do_dpmac_config()
414 ret = hwconfig_subarg_f(arg_dpmacid, "mdio", &len, env_dpmac); in do_dpmac_config()
422 ret = hwconfig_subarg_f(arg_dpmacid, "io", &len, env_dpmac); in do_dpmac_config()
446 char *env_dpmac; in board_eth_init() local
486 env_dpmac = env_get("dpmac"); in board_eth_init()
487 if (env_dpmac) { in board_eth_init()
488 ret = hwconfig_arg_f("srds", &len, env_dpmac); in board_eth_init()
507 ret = hwconfig_arg_f(dpmacid, &len, env_dpmac); in board_eth_init()
[all …]