Lines Matching refs:read_phy
91 rt_inline rt_uint32_t read_phy(rt_uint8_t addr) in read_phy() function
161 tout = read_phy(PHY_REG_BMCR); in linksetup()
162 tout = read_phy(PHY_REG_BMCR); in linksetup()
167 id1 = read_phy(PHY_REG_PHYID1); in linksetup()
168 id2 = read_phy(PHY_REG_PHYID2); in linksetup()
180 ulBMSR = read_phy(PHY_REG_BMSR); in linksetup()
181 ulBMSR = read_phy(PHY_REG_BMSR); in linksetup()
195 ulBMCR = read_phy(PHY_REG_BMCR); in linksetup()
222 id1 = read_phy(PHY_REG_PHYID1); in linksetup()
223 id2 = read_phy(PHY_REG_PHYID2); in linksetup()
237 value = read_phy (PHY_REG_BMSR); in linksetup()
244 value = read_phy (PHY_REG_BMSR); in linksetup()
248 value = read_phy (PHY_REG_ANLPAR); in linksetup()