Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ethernet/
Deth_lan9250_priv.h117 #define LAN9250_INT_STS_RSFL 0x00000008 macro
Deth_lan9250.c604 if ((int_sts & LAN9250_INT_STS_RSFL) != 0) { in lan9250_thread()
605 lan9250_write_sys_reg(context->dev, LAN9250_INT_STS, LAN9250_INT_STS_RSFL); in lan9250_thread()