Home
last modified time | relevance | path

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

/openbmc/linux/drivers/irqchip/
H A Dirq-sp7021-intc.c23 #define REG_INTR_POLARITY (REG_INTR_TYPE + SP_INTC_REG_SIZE) macro
24 #define REG_INTR_PRIORITY (REG_INTR_POLARITY + SP_INTC_REG_SIZE)
105 sp_intc_assign_bit(hwirq, REG_INTR_POLARITY, !TEST_STATE(hwirq, _IS_LOW)); in sp_intc_ack_irq()
140 sp_intc_assign_bit(hwirq, REG_INTR_POLARITY, is_low); in sp_intc_set_type()
178 sp_intc_assign_bit(hwirq, REG_INTR_POLARITY, TEST_STATE(hwirq, _IS_LOW)); in sp_intc_handle_ext_cascaded()
252 writel_relaxed(0, REG_INTR_POLARITY + i * 4); in sp_intc_init_dt()