Home
last modified time | relevance | path

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

/drivers/pinctrl/
Dpinctrl-coh901.c57 #define U300_GPIO_NUM_PORTS 7 macro
59 #define U300_GPIO_MAX (U300_GPIO_PINS_PER_PORT * U300_GPIO_NUM_PORTS)
71 struct u300_gpio_port ports[U300_GPIO_NUM_PORTS];
131 bs335_gpio_config[U300_GPIO_NUM_PORTS][U300_GPIO_PINS_PER_PORT] = {
583 for (i = 0; i < U300_GPIO_NUM_PORTS; i++) { in u300_gpio_init_coh901571()
639 gpio->chip.ngpio = U300_GPIO_NUM_PORTS * U300_GPIO_PINS_PER_PORT; in u300_gpio_probe()
704 for (portno = 0 ; portno < U300_GPIO_NUM_PORTS; portno++) { in u300_gpio_probe()