Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/ldpaa_eth/
H A Dldpaa_wriop.c37 for (phy_num = 0; phy_num < WRIOP_MAX_PHY_NUM; phy_num++) { in wriop_init_dpmac()
50 for (phy_num = 0; phy_num < WRIOP_MAX_PHY_NUM; phy_num++) { in wriop_init_dpmac_enet_if()
135 if (phy_num < 0 || phy_num >= WRIOP_MAX_PHY_NUM) in wriop_set_phy_address()
149 if (phy_num < 0 || phy_num >= WRIOP_MAX_PHY_NUM) in wriop_get_phy_address()
161 if (phy_num < 0 || phy_num >= WRIOP_MAX_PHY_NUM) in wriop_set_phy_dev()
175 if (phy_num < 0 || phy_num >= WRIOP_MAX_PHY_NUM) in wriop_get_phy_dev()
H A Dldpaa_eth.c33 for (phy_num = 0; phy_num < WRIOP_MAX_PHY_NUM; phy_num++) { in init_phy()
52 for (phy_num = 0; phy_num < WRIOP_MAX_PHY_NUM; phy_num++) { in init_phy()
429 for (phy_num = 0; phy_num < WRIOP_MAX_PHY_NUM; phy_num++) { in ldpaa_get_dpmac_state()
631 for (phy_num = 0; phy_num < WRIOP_MAX_PHY_NUM; phy_num++) { in ldpaa_eth_stop()
/openbmc/u-boot/include/fsl-mc/
H A Dldpaa_wriop.h13 #define WRIOP_MAX_PHY_NUM 2 macro
47 int phy_addr[WRIOP_MAX_PHY_NUM];
49 struct phy_device *phydev[WRIOP_MAX_PHY_NUM];
/openbmc/u-boot/board/freescale/lx2160a/
H A Deth_lx2160aqds.c58 int phy_address[WRIOP_MAX_PHY_NUM + 1];
392 for (phy_num = 0; phy_num < WRIOP_MAX_PHY_NUM; phy_num++) { in do_dpmac_config()