Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/re/
H A Dre_dragonfly.h39 ((RE_INTRS & ~(RE_ISR_TX_OK | RE_ISR_RX_OK | RE_ISR_RX_OVERRUN |\
H A Dre.h253 #define RE_INTRS \ macro
H A Dif_re.c2329 sc->re_intrs = RE_INTRS; in re_config_imtype()
H A Dre.c7161 CSR_WRITE_2(sc, RE_IMR, RE_INTRS); in re_hw_start_unlock()
7553 CSR_WRITE_4(sc, RE_IMR0_8125, RE_INTRS); in re_hw_start_unlock_8125()
8501 if ((CSR_READ_2(sc, RE_ISR) & RE_INTRS) == 0) { in re_intr()
8536 if ((CSR_READ_4(sc, RE_ISR0_8125) & RE_INTRS) == 0) { in re_intr_8125()
8633 if (CSR_READ_2(sc, RE_ISR) & RE_INTRS) { in re_int_task()
8644 CSR_WRITE_2(sc, RE_IMR, RE_INTRS); in re_int_task()
8686 if (CSR_READ_4(sc, RE_ISR0_8125) & RE_INTRS) { in re_int_task_8125()
8697 CSR_WRITE_4(sc, RE_IMR0_8125, RE_INTRS); in re_int_task_8125()