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

/linux-master/drivers/net/phy/
H A Dmicrochip.c40 rc = phy_write(phydev, LAN88XX_INT_MASK, 0x7FFF);
42 rc = phy_write(phydev, LAN88XX_INT_MASK,
46 rc = phy_write(phydev, LAN88XX_INT_MASK, 0);
356 temp = phy_read(phydev, LAN88XX_INT_MASK);
358 phy_write(phydev, LAN88XX_INT_MASK, temp);
370 temp = phy_read(phydev, LAN88XX_INT_MASK);
372 phy_write(phydev, LAN88XX_INT_MASK, temp);
/linux-master/include/linux/
H A Dmicrochipphy.h9 #define LAN88XX_INT_MASK (0x19) macro

Completed in 94 milliseconds