Searched refs:MACB_RX_INT_FLAGS (Results 1 – 1 of 1) sorted by relevance
59 #define MACB_RX_INT_FLAGS (MACB_BIT(RCOMP) | MACB_BIT(RXUBR) \ macro1256 queue_writel(queue, IER, MACB_RX_INT_FLAGS); in macb_poll()1274 queue_writel(queue, IDR, MACB_RX_INT_FLAGS | in macb_hresp_error_task()1304 MACB_RX_INT_FLAGS | in macb_hresp_error_task()1343 if (status & MACB_RX_INT_FLAGS) { in macb_interrupt()1350 queue_writel(queue, IDR, MACB_RX_INT_FLAGS); in macb_interrupt()2231 MACB_RX_INT_FLAGS | in macb_init_hw()