Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/platform_data/
Dgpio-dwapb.h9 #define DWAPB_MAX_GPIOS 32 macro
16 int irq[DWAPB_MAX_GPIOS];
/Linux-v5.10/drivers/gpio/
Dgpio-dwapb.c88 unsigned int irq[DWAPB_MAX_GPIOS];
163 if (port->idx == offs / DWAPB_MAX_GPIOS) in dwapb_offs_to_port()
183 val = gc->get(gc, offs % DWAPB_MAX_GPIOS); in dwapb_toggle_trigger()
199 for_each_set_bit(hwirq, &irq_status, DWAPB_MAX_GPIOS) { in dwapb_do_irq()
590 pp->ngpio = DWAPB_MAX_GPIOS; in dwapb_gpio_get_pdata()