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 */
74 * @nr_groups: number of groups included in @groups.
83 * struct eqbr_pin_bank: represent a pin bank.
84 * @membase: base address of the pin bank register.
85 * @id: bank id, to idenify the unique bank.
86 * @pin_base: starting pin number of the pin bank.
87 * @nr_pins: number of the pins of the pin bank.
88 * @aval_pinmap: available pin bitmap of the pin bank.
104 * @bank: pointer to corresponding pin bank.
107 * @virq: irq number of the gpio chip to parent's irq domain.
113 struct eqbr_pin_bank *bank; member
127 * @nr_banks: number of pin banks.
129 * @nr_gpio_ctrls: number of gpio controllers.