Searched refs:phy_check_register (Results 1 – 1 of 1) sorted by relevance
| /openbmc/u-boot/cmd/aspeed/nettest/ |
| H A D | phy.c | 312 void phy_check_register (MAC_ENGINE *eng, uint32_t adr, uint32_t check_mask, uint32_t check_value, … in phy_check_register() function 391 phy_check_register ( eng, 17, 0x0400, 0x0400, 1, "wait 88E1111 link-up"); in phy_marvell() 461 phy_check_register ( eng, 17, 0x0400, 0x0400, 1, "wait 88E1310 link-up"); in phy_marvell0() 571 … phy_check_register ( eng, 20, 0x8000, 0x0000, 1, "wait 88E15 10/12/14/18 mode reset"); in phy_marvell2() 596 … phy_check_register ( eng, 17, 0x0040, 0x0040, 10, "wait 88E15 10/12/14/18 link-up"); in phy_marvell2() 597 … phy_check_register ( eng, 17, 0x0040, 0x0000, 10, "wait 88E15 10/12/14/18 link-up"); in phy_marvell2() 598 … phy_check_register ( eng, 17, 0x0040, 0x0040, 10, "wait 88E15 10/12/14/18 link-up"); in phy_marvell2() 611 phy_check_register ( eng, 17, 0x0400, 0x0400, 10, "wait 88E15 10/12/14/18 link-up"); in phy_marvell2() 657 phy_check_register ( eng, 17, 0x0400, 0x0400, 1, "wait 88E3019 link-up"); in phy_marvell3() 1103 phy_check_register ( eng, 17, 0x0c02, 0x0000, 10, "clear RTL8211E"); in recov_phy_realtek2() [all …]
|