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