Searched refs:OPENPIC_IMASK (Results 1 – 2 of 2) sorted by relevance
182 x |= OPENPIC_IMASK; in openpic_common_attach()192 x |= OPENPIC_IMASK; in openpic_common_attach()323 x &= ~(OPENPIC_IMASK | OPENPIC_VECTOR_MASK); in openpic_enable()328 x &= ~(OPENPIC_IMASK | OPENPIC_VECTOR_MASK); in openpic_enable()369 x |= OPENPIC_IMASK; in openpic_mask()373 x |= OPENPIC_IMASK; in openpic_mask()387 x &= ~OPENPIC_IMASK; in openpic_unmask()391 x &= ~OPENPIC_IMASK; in openpic_unmask()
111 #define OPENPIC_IMASK 0x80000000 macro