Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/aspeed/nettest/
H A Dphy.c1446 eng->phy.PHY_10h = phy_read( eng, 16 ); in phy_realtek4()
1448 if ( ( eng->phy.PHY_10h & 0x0008 ) == 0x0 ) { in phy_realtek4()
1449 phy_write( eng, 16, eng->phy.PHY_10h | 0x0008 ); in phy_realtek4()
1450 … printf("\n\n[Warning] Page 7 Register 16, bit 3 must be 1 [Reg10h_7:%04x]\n\n", eng->phy.PHY_10h); in phy_realtek4()
1451 …FP_IO, "\n\n[Warning] Page 7 Register 16, bit 3 must be 1 [Reg10h_7:%04x]\n\n", eng->phy.PHY_10h ); in phy_realtek4()
1456 if ( ( eng->phy.PHY_10h & 0x1000 ) == 0x1000 ) { in phy_realtek4()
1457 phy_write( eng, 16, eng->phy.PHY_10h & 0xefff ); in phy_realtek4()
1458 …7 Register 16, bit 12 must be 0 (TXC should be output mode)[Reg10h_7:%04x]\n\n", eng->phy.PHY_10h); in phy_realtek4()
1463 if ( ( eng->phy.PHY_10h & 0x1000 ) == 0x0000 ) { in phy_realtek4()
1464 phy_write( eng, 16, eng->phy.PHY_10h | 0x1000 ); in phy_realtek4()
[all …]
H A Dcomminf.h541 uint32_t PHY_10h ; member