Searched refs:MII_ACC (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/smsc/ |
H A D | smsc911x.c | 563 if (unlikely(smsc911x_mac_read(pdata, MII_ACC) & MII_ACC_MII_BUSY_)) { in smsc911x_mii_read() 571 smsc911x_mac_write(pdata, MII_ACC, addr); in smsc911x_mii_read() 575 if (!(smsc911x_mac_read(pdata, MII_ACC) & MII_ACC_MII_BUSY_)) { in smsc911x_mii_read() 600 if (unlikely(smsc911x_mac_read(pdata, MII_ACC) & MII_ACC_MII_BUSY_)) { in smsc911x_mii_write() 612 smsc911x_mac_write(pdata, MII_ACC, addr); in smsc911x_mii_write() 616 if (!(smsc911x_mac_read(pdata, MII_ACC) & MII_ACC_MII_BUSY_)) { in smsc911x_mii_write()
|
H A D | smsc911x.h | 346 #define MII_ACC 0x06 macro
|
H A D | smc911x.h | 578 #define MII_ACC (0x06) /* R/W */ macro 807 #define SMC_GET_MII_ACC(lp, x) SMC_GET_MAC_CSR( (lp), MII_ACC, x ) 808 #define SMC_SET_MII_ACC(lp, x) SMC_SET_MAC_CSR( (lp), MII_ACC, x )
|
/kernel/linux/linux-6.6/drivers/net/ethernet/smsc/ |
H A D | smsc911x.c | 563 if (unlikely(smsc911x_mac_read(pdata, MII_ACC) & MII_ACC_MII_BUSY_)) { in smsc911x_mii_read() 571 smsc911x_mac_write(pdata, MII_ACC, addr); in smsc911x_mii_read() 575 if (!(smsc911x_mac_read(pdata, MII_ACC) & MII_ACC_MII_BUSY_)) { in smsc911x_mii_read() 602 if (unlikely(smsc911x_mac_read(pdata, MII_ACC) & MII_ACC_MII_BUSY_)) { in smsc911x_mii_write() 614 smsc911x_mac_write(pdata, MII_ACC, addr); in smsc911x_mii_write() 618 if (!(smsc911x_mac_read(pdata, MII_ACC) & MII_ACC_MII_BUSY_)) { in smsc911x_mii_write()
|
H A D | smsc911x.h | 346 #define MII_ACC 0x06 macro
|
/kernel/linux/linux-5.10/drivers/net/usb/ |
H A D | lan78xx.h | 595 #define MII_ACC (0x120) macro
|
H A D | lan78xx.c | 289 MII_ACC, 616 ret = lan78xx_read_reg(dev, MII_ACC, &val); in lan78xx_phy_wait_not_busy() 1738 ret = lan78xx_write_reg(dev, MII_ACC, addr); in lan78xx_mdiobus_read() 1778 ret = lan78xx_write_reg(dev, MII_ACC, addr); in lan78xx_mdiobus_write()
|
/kernel/linux/linux-6.6/drivers/net/usb/ |
H A D | lan78xx.h | 595 #define MII_ACC (0x120) macro
|
H A D | lan78xx.c | 340 MII_ACC, 828 ret = lan78xx_read_reg(dev, MII_ACC, &val); in lan78xx_phy_wait_not_busy() 2012 ret = lan78xx_write_reg(dev, MII_ACC, addr); in lan78xx_mdiobus_read() 2052 ret = lan78xx_write_reg(dev, MII_ACC, addr); in lan78xx_mdiobus_write()
|
Completed in 26 milliseconds