Lines Matching refs:intc_writel
50 static inline void intc_writel(struct tangox_irq_chip *chip, int reg, u32 val) in intc_writel() function
96 intc_writel(chip, regs->type + EDGE_CFG_RISE_SET, d->mask); in tangox_irq_set_type()
97 intc_writel(chip, regs->type + EDGE_CFG_FALL_CLR, d->mask); in tangox_irq_set_type()
101 intc_writel(chip, regs->type + EDGE_CFG_RISE_CLR, d->mask); in tangox_irq_set_type()
102 intc_writel(chip, regs->type + EDGE_CFG_FALL_SET, d->mask); in tangox_irq_set_type()
106 intc_writel(chip, regs->type + EDGE_CFG_RISE_CLR, d->mask); in tangox_irq_set_type()
107 intc_writel(chip, regs->type + EDGE_CFG_FALL_CLR, d->mask); in tangox_irq_set_type()
111 intc_writel(chip, regs->type + EDGE_CFG_RISE_SET, d->mask); in tangox_irq_set_type()
112 intc_writel(chip, regs->type + EDGE_CFG_FALL_SET, d->mask); in tangox_irq_set_type()
157 intc_writel(chip, ct->regs.disable, 0xffffffff); in tangox_irq_init_chip()
158 intc_writel(chip, ct->regs.ack, 0xffffffff); in tangox_irq_init_chip()