Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/aspeed/nettest/
H A Dphy.c2074 eng->phy.PHY_0eh = phy_read(eng, 14); in phy_atheros()
2075 if ((eng->phy.PHY_0eh & 0x0018) != 0x0018) { in phy_atheros()
2078 eng->phy.PHY_0eh); in phy_atheros()
2083 eng->phy.PHY_0eh); in phy_atheros()
2088 eng->phy.PHY_0eh); in phy_atheros()
2092 phy_write(eng, 14, (eng->phy.PHY_0eh & 0xffe7) | 0x0018); in phy_atheros()
H A Dcomminf.h540 uint32_t PHY_0eh ; member