Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pinctrl/
Dpinctrl-coh901.c58 #define U300_GPIO_PINS_PER_PORT 8 macro
59 #define U300_GPIO_MAX (U300_GPIO_PINS_PER_PORT * U300_GPIO_NUM_PORTS)
131 bs335_gpio_config[U300_GPIO_NUM_PORTS][U300_GPIO_PINS_PER_PORT] = {
527 for_each_set_bit(irqoffset, &val, U300_GPIO_PINS_PER_PORT) { in u300_gpio_irq_handler()
639 gpio->chip.ngpio = U300_GPIO_NUM_PORTS * U300_GPIO_PINS_PER_PORT; in u300_gpio_probe()