Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/phy/
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()
/Linux-v6.6/include/linux/
Dmicrochipphy.h27 #define LAN88XX_INT_STS (0x1A) macro