Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/phy/
Drealtek.c61 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) in rtl8211b_config_intr()
74 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) in rtl8211e_config_intr()
87 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) in rtl8211f_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()
Damd.c56 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) in am79c_config_intr()
Dqsemi.c104 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) in qs6612_config_intr()
Dvitesse.c122 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) in vsc824x_ack_interrupt()
132 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) in vsc82xx_config_intr()
Ddp83848.c50 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) { in dp83848_config_intr()
Dcicada.c95 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) in cis820x_config_intr()
Dste10Xp.c60 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) { in ste10Xp_config_intr()
Dmicrochip.c37 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) { in lan88xx_phy_config_intr()
Dnational.c75 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) in ns_config_intr()
Ddavicom.c75 if (PHY_INTERRUPT_ENABLED == phydev->interrupts) in dm9161_config_intr()
Daquantia.c51 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) { in aquantia_config_intr()
Dbcm87xx.c150 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) in bcm87xx_config_intr()
Ddp83867.c84 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) { in dp83867_config_intr()
Dbcm-phy-lib.c122 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) in bcm_phy_config_intr()
Dsmsc.c30 ((PHY_INTERRUPT_ENABLED == phydev->interrupts) in smsc_phy_config_intr()
Dphy.c601 return phy_config_interrupt(phydev, PHY_INTERRUPT_ENABLED); in phy_enable_interrupts()
711 phy_config_interrupt(phydev, PHY_INTERRUPT_ENABLED)) in phy_change()
937 PHY_INTERRUPT_ENABLED); in phy_state_machine()
Dat803x.c250 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) in at803x_config_intr()
Dbroadcom.c441 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) in brcm_fet_config_intr()
Dmicrel.c165 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) in kszphy_config_intr()
Dmarvell.c157 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) in marvell_config_intr()
Ddp83640.c1244 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) { in dp83640_config_intr()
/linux-4.4.14/include/linux/
Dphy.h222 #define PHY_INTERRUPT_ENABLED 0x80000000 macro