Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/aspeed/nettest/
H A Dphy.c419 eng->phy.PHY_15h = phy_read( eng, 21 ); in phy_marvell0()
420 if ( eng->phy.PHY_15h & 0x0030 ) { in phy_marvell0()
421 …printf("\n\n[Warning] Page2, Register 21, bit 4~5 must be 0 [Reg15_2:%04x]\n\n", eng->phy.PHY_15h); in phy_marvell0()
422 …P_IO, "\n\n[Warning] Page2, Register 21, bit 4~5 must be 0 [Reg15_2:%04x]\n\n", eng->phy.PHY_15h ); in phy_marvell0()
423 …_LOG, "\n\n[Warning] Page2, Register 21, bit 4~5 must be 0 [Reg15_2:%04x]\n\n", eng->phy.PHY_15h ); in phy_marvell0()
425 phy_write( eng, 21, eng->phy.PHY_15h & 0xffcf ); // Set [5]Rx Dly, [4]Tx Dly to 0 in phy_marvell0()
542 eng->phy.PHY_15h = phy_read(eng, 21); in phy_marvell2()
543 eng->phy.PHY_15h &= ~GENMASK(5, 4); in phy_marvell2()
545 eng->phy.PHY_15h |= BIT(4); in phy_marvell2()
547 eng->phy.PHY_15h |= BIT(5); in phy_marvell2()
[all …]
H A Dcomminf.h545 uint32_t PHY_15h ; member