Home
last modified time | relevance | path

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

/linux/drivers/irqchip/
H A Dirq-aspeed-intc.c18 #define INTC_INT_ENABLE_REG 0x00 macro
52 unsigned int mask = readl(intc_ic->base + INTC_INT_ENABLE_REG) & ~BIT(data->hwirq); in aspeed_intc_irq_mask()
55 writel(mask, intc_ic->base + INTC_INT_ENABLE_REG); in aspeed_intc_irq_mask()
61 unsigned int unmask = readl(intc_ic->base + INTC_INT_ENABLE_REG) | BIT(data->hwirq); in aspeed_intc_irq_unmask()
64 writel(unmask, intc_ic->base + INTC_INT_ENABLE_REG); in aspeed_intc_irq_unmask()
103 writel(0x0, intc_ic->base + INTC_INT_ENABLE_REG); in aspeed_intc_ic_of_init()