Searched refs:read_phy (Results 1 – 2 of 2) sorted by relevance
| /bsp/sam7x/drivers/ |
| A D | sam7x_emac.c | 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() 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() [all …]
|
| /bsp/mini4020/drivers/ |
| A D | dm9161.c | 183 static void read_phy(unsigned char phy_addr, unsigned char address, unsigned int *value) in read_phy() function 268 read_phy(phy_id, MII_BMSR,&value); in mii_link_ok() 286 read_phy(phy_addr,MII_BMSR,&bmsr); in update_link_speed() 287 read_phy(phy_addr,MII_BMCR,&bmcr); in update_link_speed() 294 read_phy(phy_addr, MII_LPA, &lpa); in update_link_speed() 358 read_phy(phy_address, MII_PHYSID1, &phyid1); in rt_dm9161_init() 359 read_phy(phy_address, MII_PHYSID2, &phyid2); in rt_dm9161_init() 472 read_phy(dm9161_device.phy_addr, MII_DSINTR_REG, &dsintr); in rt_dm9161_open()
|
Completed in 12 milliseconds