Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/aspeed/nettest/
H A Dphy.c253 phy_clrset(eng, 0, clr, eng->phy.PHY_00h); in phy_basic_setting()
301 phy_clrset(eng, 0, 0x7140, 0x8000 | eng->phy.PHY_00h); in phy_reset()
695 phy_write( eng, 0, eng->phy.PHY_00h ); in recov_phy_broadcom0()
703 phy_write( eng, 0, eng->phy.PHY_00h ); in recov_phy_broadcom0()
719 eng->phy.PHY_00h = phy_read( eng, PHY_REG_BMCR ); in phy_broadcom0()
722 phy_write( eng, 0, eng->phy.PHY_00h & ~BIT(10)); in phy_broadcom0()
1126 phy_clrset( eng, 0, 0x0000, 0x8000 | eng->phy.PHY_00h ); // clr set // Rst PHY in phy_realtek2()
1196 phy_write( eng, 0, eng->phy.PHY_00h ); in phy_realtek2()
1201 phy_clrset( eng, 0, 0x0000, 0x8000 | eng->phy.PHY_00h );//clr set//Rst PHY in phy_realtek2()
1272 phy_write( eng, 0, eng->phy.PHY_00h ); in phy_realtek2()
[all …]
H A Dcomminf.h537 uint32_t PHY_00h ; member