Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/aspeed/nettest/
H A Dphy.c188 void phy_clrset(MAC_ENGINE *eng, int adr, uint32_t clr_mask, uint32_t set_mask) in phy_clrset() function
253 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()
350 phy_clrset(eng, 30, 0x0008, 0x0000); //clr set in recov_phy_marvell()
352 phy_clrset(eng, 30, 0x0002, 0x0000); //clr set in recov_phy_marvell()
354 phy_clrset(eng, 30, 0x0001, 0x0000); //clr set in recov_phy_marvell()
375 phy_clrset( eng, 9, 0x0000, 0x1800 );//clr set in phy_marvell()
382 phy_clrset( eng, 30, 0x0000, 0x0008 );//clr set in phy_marvell()
384 phy_clrset( eng, 30, 0x0000, 0x0002 );//clr set in phy_marvell()
386 phy_clrset( eng, 30, 0x0000, 0x0001 );//clr set in phy_marvell()
[all …]