Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpio/
Dgpio-dwapb.c49 #define DWAPB_MAX_GPIOS 32 macro
74 int irq[DWAPB_MAX_GPIOS];
99 unsigned int irq[DWAPB_MAX_GPIOS];
174 if (port->idx == offs / DWAPB_MAX_GPIOS) in dwapb_offs_to_port()
194 val = gc->get(gc, offs % DWAPB_MAX_GPIOS); in dwapb_toggle_trigger()
210 for_each_set_bit(hwirq, &irq_status, DWAPB_MAX_GPIOS) { in dwapb_do_irq()
604 pp->ngpio = DWAPB_MAX_GPIOS; in dwapb_gpio_get_pdata()