HomeSort by: relevance | last modified time | path
    Searched refs:INT4_SW_FREEQ_EMPTY (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/gemini/
if_gmc.c 417 psc->sc_int_enabled[4] &= ~sc->sc_int_enabled[4] | INT4_SW_FREEQ_EMPTY;
419 psc->sc_int_enabled[4] &= ~INT4_SW_FREEQ_EMPTY;
425 } else if (((psc->sc_int_select[4] & INT4_SW_FREEQ_EMPTY) != 0)
427 psc->sc_int_select[4] &= ~INT4_SW_FREEQ_EMPTY;
546 && (((psc->sc_int_select[4] & INT4_SW_FREEQ_EMPTY) != 0) != sc->sc_port1)) {
547 psc->sc_int_select[4] ^= INT4_SW_FREEQ_EMPTY;
554 sc->sc_int_enabled[4] = INT4_SW_FREEQ_EMPTY | (sc->sc_int_mask[4]
665 if (int4_status & INT4_SW_FREEQ_EMPTY) {
670 status & INT4_SW_FREEQ_EMPTY);
gemini_gmacreg.h 203 #define INT4_SW_FREEQ_EMPTY __BIT(0) /* SW Free Q empty */

Completed in 15 milliseconds