Searched refs:INT4_SW_FREEQ_EMPTY (Results 1 – 2 of 2) sorted by relevance
417 psc->sc_int_enabled[4] &= ~sc->sc_int_enabled[4] | INT4_SW_FREEQ_EMPTY; in gmc_ifstop()419 psc->sc_int_enabled[4] &= ~INT4_SW_FREEQ_EMPTY; in gmc_ifstop()425 } else if (((psc->sc_int_select[4] & INT4_SW_FREEQ_EMPTY) != 0) in gmc_ifstop()427 psc->sc_int_select[4] &= ~INT4_SW_FREEQ_EMPTY; in gmc_ifstop()546 && (((psc->sc_int_select[4] & INT4_SW_FREEQ_EMPTY) != 0) != sc->sc_port1)) { in gmc_ifinit()547 psc->sc_int_select[4] ^= INT4_SW_FREEQ_EMPTY; in gmc_ifinit()554 sc->sc_int_enabled[4] = INT4_SW_FREEQ_EMPTY | (sc->sc_int_mask[4] in gmc_ifinit()665 if (int4_status & INT4_SW_FREEQ_EMPTY) { in gmc_intr()670 status & INT4_SW_FREEQ_EMPTY); in gmc_intr()
203 #define INT4_SW_FREEQ_EMPTY __BIT(0) /* SW Free Q empty */ macro