Searched refs:GPIOIS (Results 1 – 2 of 2) sorted by relevance
30 #define GPIOIS 0x404 macro151 gpiois = readb(pl061->base + GPIOIS); in pl061_irq_type()204 writeb(gpiois, pl061->base + GPIOIS); in pl061_irq_type()376 pl061->csave_regs.gpio_is = readb(pl061->base + GPIOIS); in pl061_suspend()404 writeb(pl061->csave_regs.gpio_is, pl061->base + GPIOIS); in pl061_resume()
57 #define GPIOIS 0x010 macro1167 irq_type |= readl_relaxed(base + GPIOIS) & ~mask; in starfive_irq_set_type()1168 writel_relaxed(irq_type, base + GPIOIS); in starfive_irq_set_type()