Home
last modified time | relevance | path

Searched refs:LAN88XX_INT_MASK (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/phy/
Dmicrochip.c39 rc = phy_write(phydev, LAN88XX_INT_MASK, 0x7FFF); in lan88xx_phy_config_intr()
41 rc = phy_write(phydev, LAN88XX_INT_MASK, in lan88xx_phy_config_intr()
45 rc = phy_write(phydev, LAN88XX_INT_MASK, 0); in lan88xx_phy_config_intr()
/linux-4.4.14/include/linux/
Dmicrochipphy.h21 #define LAN88XX_INT_MASK (0x19) macro