Lines Matching refs:intc_writel
54 static inline void intc_writel(struct tangox_irq_chip *chip, int reg, u32 val) in intc_writel() function
100 intc_writel(chip, regs->type + EDGE_CFG_RISE_SET, d->mask); in tangox_irq_set_type()
101 intc_writel(chip, regs->type + EDGE_CFG_FALL_CLR, d->mask); in tangox_irq_set_type()
105 intc_writel(chip, regs->type + EDGE_CFG_RISE_CLR, d->mask); in tangox_irq_set_type()
106 intc_writel(chip, regs->type + EDGE_CFG_FALL_SET, d->mask); in tangox_irq_set_type()
110 intc_writel(chip, regs->type + EDGE_CFG_RISE_CLR, d->mask); in tangox_irq_set_type()
111 intc_writel(chip, regs->type + EDGE_CFG_FALL_CLR, d->mask); in tangox_irq_set_type()
115 intc_writel(chip, regs->type + EDGE_CFG_RISE_SET, d->mask); in tangox_irq_set_type()
116 intc_writel(chip, regs->type + EDGE_CFG_FALL_SET, d->mask); in tangox_irq_set_type()
161 intc_writel(chip, ct->regs.disable, 0xffffffff); in tangox_irq_init_chip()
162 intc_writel(chip, ct->regs.ack, 0xffffffff); in tangox_irq_init_chip()