Searched refs:CP_INTC_SYS_POLARITY (Results 1 – 2 of 2) sorted by relevance
58 unsigned polarity = cp_intc_read(CP_INTC_SYS_POLARITY(reg)); in cp_intc_set_irq_type()82 cp_intc_write(polarity, CP_INTC_SYS_POLARITY(reg)); in cp_intc_set_irq_type()
44 #define CP_INTC_SYS_POLARITY(n) (0x0D00 + (n << 2)) macro