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

/linux-4.1.27/drivers/gpio/
H A Dgpio-pl061.c37 #define PL061_GPIO_NR 8 macro
152 if (offset < 0 || offset >= PL061_GPIO_NR) pl061_irq_type()
203 for_each_set_bit(offset, &pending, PL061_GPIO_NR) pl061_irq_handler()
215 u8 mask = BIT(irqd_to_hwirq(d) % PL061_GPIO_NR); pl061_irq_mask()
228 u8 mask = BIT(irqd_to_hwirq(d) % PL061_GPIO_NR); pl061_irq_unmask()
281 chip->gc.ngpio = PL061_GPIO_NR; pl061_probe()
310 for (i = 0; i < PL061_GPIO_NR; i++) { pl061_probe()
340 for (offset = 0; offset < PL061_GPIO_NR; offset++) { pl061_suspend()
354 for (offset = 0; offset < PL061_GPIO_NR; offset++) { pl061_resume()

Completed in 93 milliseconds