Home
last modified time | relevance | path

Searched refs:PHY_INTERRUPT_ENABLED (Results 1 – 19 of 19) sorted by relevance

/linux-4.1.27/drivers/net/phy/
Drealtek.c45 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) in rtl8211b_config_intr()
58 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) in rtl8211e_config_intr()
Dlxt.c85 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) in lxt970_config_intr()
117 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) in lxt971_config_intr()
Dvitesse.c121 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) in vsc824x_ack_interrupt()
131 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) in vsc82xx_config_intr()
Damd.c56 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) in am79c_config_intr()
Dqsemi.c104 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) in qs6612_config_intr()
Dcicada.c95 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) in cis820x_config_intr()
Dbcm63xx.c65 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) in bcm63xx_config_intr()
Dste10Xp.c60 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) { in ste10Xp_config_intr()
Ddavicom.c75 if (PHY_INTERRUPT_ENABLED == phydev->interrupts) in dm9161_config_intr()
Dnational.c75 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) in ns_config_intr()
Dbcm87xx.c150 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) in bcm87xx_config_intr()
Dsmsc.c30 ((PHY_INTERRUPT_ENABLED == phydev->interrupts) in smsc_phy_config_intr()
Dphy.c572 return phy_config_interrupt(phydev, PHY_INTERRUPT_ENABLED); in phy_enable_interrupts()
682 phy_config_interrupt(phydev, PHY_INTERRUPT_ENABLED)) in phy_change()
894 PHY_INTERRUPT_ENABLED); in phy_state_machine()
Dbroadcom.c357 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) in bcm54xx_config_intr()
502 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) in brcm_fet_config_intr()
Dat803x.c250 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) in at803x_config_intr()
Dmicrel.c165 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) in kszphy_config_intr()
Dmarvell.c154 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) in marvell_config_intr()
Ddp83640.c1232 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) { in dp83640_config_intr()
/linux-4.1.27/include/linux/
Dphy.h214 #define PHY_INTERRUPT_ENABLED 0x80000000 macro