Home
last modified time | relevance | path

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

/openbmc/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
79 ab_irqctl_writereg(gc, AB_IRQCTL_SRC_MODE, mod); in tb10x_irq_set_type()
80 ab_irqctl_writereg(gc, AB_IRQCTL_SRC_POLARITY, pol); in tb10x_irq_set_type()
81 ab_irqctl_writereg(gc, AB_IRQCTL_INT_STATUS, im); in tb10x_irq_set_type()
169 ab_irqctl_writereg(gc, AB_IRQCTL_INT_ENABLE, 0); in of_tb10x_init_irq()
170 ab_irqctl_writereg(gc, AB_IRQCTL_INT_MODE, 0); in of_tb10x_init_irq()
171 ab_irqctl_writereg(gc, AB_IRQCTL_INT_POLARITY, 0); in of_tb10x_init_irq()
172 ab_irqctl_writereg(gc, AB_IRQCTL_INT_STATUS, ~0UL); in of_tb10x_init_irq()