Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ethernet/phy/
Dphy_tja1103.c47 #define TJA1103_PHY_FUNC_IRQ_LINK_AVAIL BIT(2) macro
261 if (irq & (TJA1103_PHY_FUNC_IRQ_LINK_EVENT | TJA1103_PHY_FUNC_IRQ_LINK_AVAIL)) { in phy_tja1103_irq_offload_thread()