Searched refs:sk_intrmask (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/sk/
H A Dif_sk.c3113 for (; (status &= sc->sk_intrmask) != 0;) {
3170 CSR_WRITE_4(sc, SK_IMR, sc->sk_intrmask);
3640 sc->sk_intrmask |= SK_INTRS1;
3642 sc->sk_intrmask |= SK_INTRS2;
3644 sc->sk_intrmask |= SK_ISR_EXTERNAL_REG;
3646 CSR_WRITE_4(sc, SK_IMR, sc->sk_intrmask);
3773 sc->sk_intrmask &= ~SK_INTRS1;
3775 sc->sk_intrmask &= ~SK_INTRS2;
3776 CSR_WRITE_4(sc, SK_IMR, sc->sk_intrmask);
H A Dif_skreg.h1454 u_int32_t sk_intrmask; member in struct:sk_softc

Completed in 129 milliseconds