Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpio/
H A Dgpio-pl061.c38 #define PL061_GPIO_NR 8 macro
134 if (offset < 0 || offset >= PL061_GPIO_NR) in pl061_irq_type()
225 for_each_set_bit(offset, &pending, PL061_GPIO_NR) in pl061_irq_handler()
237 u8 mask = BIT(irqd_to_hwirq(d) % PL061_GPIO_NR); in pl061_irq_mask()
252 u8 mask = BIT(irqd_to_hwirq(d) % PL061_GPIO_NR); in pl061_irq_unmask()
275 u8 mask = BIT(irqd_to_hwirq(d) % PL061_GPIO_NR); in pl061_irq_ack()
332 pl061->gc.ngpio = PL061_GPIO_NR; in pl061_probe()
381 for (offset = 0; offset < PL061_GPIO_NR; offset++) { in pl061_suspend()
395 for (offset = 0; offset < PL061_GPIO_NR; offset++) { in pl061_resume()