Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pinctrl/bcm/
Dpinctrl-bcm2835.c48 #define BCM2835_NUM_GPIOS 54 macro
52 DIV_ROUND_UP(BCM2835_NUM_GPIOS, sizeof(unsigned long) * 8)
101 unsigned int irq_type[BCM2835_NUM_GPIOS];
377 .ngpio = BCM2835_NUM_GPIOS,
936 .npins = BCM2835_NUM_GPIOS,
946 BUILD_BUG_ON(ARRAY_SIZE(bcm2835_gpio_pins) != BCM2835_NUM_GPIOS); in bcm2835_pinctrl_probe()
947 BUILD_BUG_ON(ARRAY_SIZE(bcm2835_gpio_groups) != BCM2835_NUM_GPIOS); in bcm2835_pinctrl_probe()
970 pc->irq_domain = irq_domain_add_linear(np, BCM2835_NUM_GPIOS, in bcm2835_pinctrl_probe()
977 for (i = 0; i < BCM2835_NUM_GPIOS; i++) { in bcm2835_pinctrl_probe()