Searched refs:OPENPIC_IMASK (Results 1 – 2 of 2) sorted by relevance
188 x |= OPENPIC_IMASK; in openpic_common_attach()198 x |= OPENPIC_IMASK; in openpic_common_attach()330 x &= ~(OPENPIC_IMASK | OPENPIC_VECTOR_MASK); in openpic_enable()335 x &= ~(OPENPIC_IMASK | OPENPIC_VECTOR_MASK); in openpic_enable()376 x |= OPENPIC_IMASK; in openpic_mask()380 x |= OPENPIC_IMASK; in openpic_mask()394 x &= ~OPENPIC_IMASK; in openpic_unmask()398 x &= ~OPENPIC_IMASK; in openpic_unmask()
111 #define OPENPIC_IMASK 0x80000000 macro