Home
last modified time | relevance | path

Searched refs:CP_INTC_SYS_POLARITY (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/arm/mach-davinci/
Dcp_intc.c59 unsigned polarity = cp_intc_read(CP_INTC_SYS_POLARITY(reg)); in cp_intc_set_irq_type()
83 cp_intc_write(polarity, CP_INTC_SYS_POLARITY(reg)); in cp_intc_set_irq_type()
Dcp_intc.h44 #define CP_INTC_SYS_POLARITY(n) (0x0D00 + (n << 2)) macro