Home
last modified time | relevance | path

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

/linux/drivers/irqchip/
H A Dirq-tb10x.c30 static inline void ab_irqctl_writereg(struct irq_chip_generic *gc, u32 reg, in ab_irqctl_writereg() function
75 ab_irqctl_writereg(gc, AB_IRQCTL_SRC_MODE, mod); in tb10x_irq_set_type()
76 ab_irqctl_writereg(gc, AB_IRQCTL_SRC_POLARITY, pol); in tb10x_irq_set_type()
77 ab_irqctl_writereg(gc, AB_IRQCTL_INT_STATUS, im); in tb10x_irq_set_type()
161 ab_irqctl_writereg(gc, AB_IRQCTL_INT_ENABLE, 0); in of_tb10x_init_irq()
162 ab_irqctl_writereg(gc, AB_IRQCTL_INT_MODE, 0); in of_tb10x_init_irq()
163 ab_irqctl_writereg(gc, AB_IRQCTL_INT_POLARITY, 0); in of_tb10x_init_irq()
164 ab_irqctl_writereg(gc, AB_IRQCTL_INT_STATUS, ~0UL); in of_tb10x_init_irq()