Searched refs:phy_address (Results 1 – 9 of 9) sorted by relevance
/u-boot/drivers/net/pfe_eth/ |
A D | pfe_eth.c | 25 .phy_address = CONFIG_PFE_EMAC1_PHY_ADDR, 35 .phy_address = CONFIG_PFE_EMAC2_PHY_ADDR, 262 gem_info[priv->gemac_port].phy_address); in pfe_eth_probe()
|
A D | pfe_mdio.c | 289 gem_info[dev_id].phy_address = phy_id; in pfe_set_phy_address_mode()
|
/u-boot/board/freescale/lx2160a/ |
A D | eth_lx2160aqds.c | 65 int phy_address[WRIOP_MAX_PHY_NUM + 1]; member 363 int i, phy_num, phy_address; in do_phy_config() local 370 phy_num < ARRAY_SIZE(phy_config[i].phy_address); in do_phy_config() 372 phy_address = phy_config[i].phy_address[phy_num]; in do_phy_config() 373 if (phy_address == -1) in do_phy_config() 376 phy_num, phy_address); in do_phy_config()
|
A D | eth_lx2162aqds.c | 65 int phy_address[WRIOP_MAX_PHY_NUM + 1]; member 384 int i, phy_num, phy_address; in do_phy_config() local 391 phy_num < ARRAY_SIZE(phy_config[i].phy_address); in do_phy_config() 393 phy_address = phy_config[i].phy_address[phy_num]; in do_phy_config() 394 if (phy_address == -1) in do_phy_config() 397 phy_num, phy_address); in do_phy_config()
|
/u-boot/include/net/pfe_eth/ |
A D | pfe_eth.h | 75 int phy_address; member
|
/u-boot/drivers/net/qe/ |
A D | uec.h | 619 .phy_address = CONFIG_SYS_UEC##num##_PHY_ADDR, \ 632 u8 phy_address; member
|
/u-boot/drivers/qe/ |
A D | uec.h | 619 .phy_address = CONFIG_SYS_UEC##num##_PHY_ADDR, \ 632 u8 phy_address; member
|
A D | uec.c | 451 mii_info->mii_id = uec->uec_info->phy_address; in init_phy()
|
/u-boot/include/linux/ |
A D | ethtool.h | 26 __u8 phy_address; member
|
Completed in 21 milliseconds