Home
last modified time | relevance | path

Searched refs:PHY_INT_SRC (Results 1 – 5 of 5) sorted by relevance

/drivers/net/usb/
Dsmsc95xx.h315 #define PHY_INT_SRC (29) macro
Dsmsc75xx.h373 #define PHY_INT_SRC (29) macro
Dsmsc75xx.c636 smsc75xx_mdio_write(dev->net, mii->phy_id, PHY_INT_SRC, in smsc75xx_link_reset()
861 ret = smsc75xx_mdio_read(dev->net, dev->mii.phy_id, PHY_INT_SRC); in smsc75xx_phy_initialize()
867 smsc75xx_mdio_write(dev->net, dev->mii.phy_id, PHY_INT_SRC, 0xffff); in smsc75xx_phy_initialize()
1715 ret = smsc75xx_mdio_read_nopm(dev->net, mii->phy_id, PHY_INT_SRC); in smsc75xx_enable_phy_wakeup_interrupts()
Dsmsc95xx.c1239 ret = smsc95xx_mdio_read_nopm(dev, PHY_INT_SRC); in smsc95xx_enable_phy_wakeup_interrupts()
/drivers/net/ethernet/smsc/
Dsmc911x.h628 #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 )