Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/phy/
H A Dmicrochip.c41 rc = phy_read(phydev, LAN88XX_INT_STS); in lan88xx_phy_config_intr()
51 rc = phy_read(phydev, LAN88XX_INT_STS); in lan88xx_phy_config_intr()
61 irq_status = phy_read(phydev, LAN88XX_INT_STS); in lan88xx_handle_interrupt()
367 temp = phy_read(phydev, LAN88XX_INT_STS); in lan88xx_link_change_notify()
/openbmc/linux/include/linux/
H A Dmicrochipphy.h27 #define LAN88XX_INT_STS (0x1A) macro