Lines Matching +full:bank +full:- +full:number
1 /* SPDX-License-Identifier: GPL-2.0 */
18 #define DRV_CUR_PINS 16 /* Drive Current pin number per register */
71 * struct eqbr_pin_bank: represent a pin bank.
72 * @membase: base address of the pin bank register.
73 * @id: bank id, to idenify the unique bank.
74 * @pin_base: starting pin number of the pin bank.
75 * @nr_pins: number of the pins of the pin bank.
76 * @aval_pinmap: available pin bitmap of the pin bank.
92 * @bank: pointer to corresponding pin bank.
95 * @virq: irq number of the gpio chip to parent's irq domain.
101 struct eqbr_pin_bank *bank; member
115 * @nr_banks: number of pin banks.
117 * @nr_gpio_ctrls: number of gpio controllers.