Searched refs:MII_ACC (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | smc911x.c | 38 while (smc911x_get_mac_csr(dev, MII_ACC) & MII_ACC_MII_BUSY) in smc911x_eth_phy_read() 41 smc911x_set_mac_csr(dev, MII_ACC, phy << 11 | reg << 6 | in smc911x_eth_phy_read() 44 while (smc911x_get_mac_csr(dev, MII_ACC) & MII_ACC_MII_BUSY) in smc911x_eth_phy_read() 55 while (smc911x_get_mac_csr(dev, MII_ACC) & MII_ACC_MII_BUSY) in smc911x_eth_phy_write() 59 smc911x_set_mac_csr(dev, MII_ACC, in smc911x_eth_phy_write() 62 while (smc911x_get_mac_csr(dev, MII_ACC) & MII_ACC_MII_BUSY) in smc911x_eth_phy_write()
|
| H A D | smc911x.h | 341 #define MII_ACC 0x06 /* R/W */ macro
|
| /rk3399_rockchip-uboot/drivers/usb/eth/ |
| H A D | lan7x.c | 64 MII_ACC, MII_ACC_MII_BUSY, in lan7x_phy_wait_not_busy() 81 lan7x_write_reg(udev, MII_ACC, addr); in lan7x_mdio_read() 108 lan7x_write_reg(udev, MII_ACC, addr); in lan7x_mdio_write()
|
| H A D | lan7x.h | 74 #define MII_ACC 0x120 macro
|