Searched refs:PHY_INT_SRC (Results 1 – 4 of 4) sorted by relevance
/drivers/net/usb/ |
D | smsc95xx.h | 315 #define PHY_INT_SRC (29) macro
|
D | smsc75xx.h | 373 #define PHY_INT_SRC (29) macro
|
D | smsc75xx.c | 636 smsc75xx_mdio_write(dev->net, mii->phy_id, PHY_INT_SRC, in smsc75xx_link_reset() 862 ret = smsc75xx_mdio_read(dev->net, dev->mii.phy_id, PHY_INT_SRC); in smsc75xx_phy_initialize() 868 smsc75xx_mdio_write(dev->net, dev->mii.phy_id, PHY_INT_SRC, 0xffff); in smsc75xx_phy_initialize() 1716 ret = smsc75xx_mdio_read_nopm(dev->net, mii->phy_id, PHY_INT_SRC); in smsc75xx_enable_phy_wakeup_interrupts()
|
/drivers/net/ethernet/smsc/ |
D | smc911x.h | 628 #define PHY_INT_SRC ((u32)29) macro 860 #define SMC_GET_PHY_INT_SRC(lp,phy,x) SMC_GET_MII( (lp), PHY_INT_SRC, phy, x ) 861 #define SMC_SET_PHY_INT_SRC(lp,phy,x) SMC_SET_MII( (lp), PHY_INT_SRC, phy, x )
|