Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/aspeed/nettest/
H A Dphy.c561 eng->phy.PHY_14h = phy_read( eng, 20 ); in phy_marvell2()
564 if ( ( eng->phy.PHY_14h & 0x003f ) != 0x0010 ) { in phy_marvell2()
565 …\n\n[Warning] Internal loopback funciton only support in copper mode[%04x]\n\n", eng->phy.PHY_14h); in phy_marvell2()
566 …\n\n[Warning] Internal loopback funciton only support in copper mode[%04x]\n\n", eng->phy.PHY_14h); in phy_marvell2()
567 …\n\n[Warning] Internal loopback funciton only support in copper mode[%04x]\n\n", eng->phy.PHY_14h); in phy_marvell2()
569 phy_write( eng, 20, ( eng->phy.PHY_14h & 0xffc0 ) | 0x8010 ); in phy_marvell2()
H A Dcomminf.h544 uint32_t PHY_14h ; member