Lines Matching +full:bank +full:- +full:number

1 /* SPDX-License-Identifier: GPL-2.0+ */
44 * @offset: if initialized to -1 it will be autocalculated, by specifying
82 * @offset: if initialized to -1 it will be autocalculated, by specifying
95 * @pin_base: first pin number
96 * @nr_pins: number of pins in this bank
97 * @name: name of the bank
98 * @bank_num: number of the bank, to account for holes
99 * @iomux: array describing the 4 iomux sources of the bank
100 * @drv: array describing the 4 drive strength sources of the bank
101 * @pull_type: array describing the 4 pull type sources of the bank
102 * @recalced_mask: bits describing the mux recalced pins of per bank
103 * @route_mask: bits describing the routing pins of per bank
124 { .offset = -1 }, \
125 { .offset = -1 }, \
126 { .offset = -1 }, \
127 { .offset = -1 }, \
137 { .type = iom0, .offset = -1 }, \
138 { .type = iom1, .offset = -1 }, \
139 { .type = iom2, .offset = -1 }, \
140 { .type = iom3, .offset = -1 }, \
150 { .offset = -1 }, \
151 { .offset = -1 }, \
152 { .offset = -1 }, \
153 { .offset = -1 }, \
156 { .drv_type = type0, .offset = -1 }, \
157 { .drv_type = type1, .offset = -1 }, \
158 { .drv_type = type2, .offset = -1 }, \
159 { .drv_type = type3, .offset = -1 }, \
171 { .offset = -1 }, \
172 { .offset = -1 }, \
173 { .offset = -1 }, \
174 { .offset = -1 }, \
177 { .drv_type = drv0, .offset = -1 }, \
178 { .drv_type = drv1, .offset = -1 }, \
179 { .drv_type = drv2, .offset = -1 }, \
180 { .drv_type = drv3, .offset = -1 }, \
197 { .type = iom0, .offset = -1 }, \
198 { .type = iom1, .offset = -1 }, \
199 { .type = iom2, .offset = -1 }, \
200 { .type = iom3, .offset = -1 }, \
219 { .type = iom0, .offset = -1 }, \
220 { .type = iom1, .offset = -1 }, \
221 { .type = iom2, .offset = -1 }, \
222 { .type = iom3, .offset = -1 }, \
225 { .drv_type = drv0, .offset = -1 }, \
226 { .drv_type = drv1, .offset = -1 }, \
227 { .drv_type = drv2, .offset = -1 }, \
228 { .drv_type = drv3, .offset = -1 }, \
247 { .type = iom0, .offset = -1 }, \
248 { .type = iom1, .offset = -1 }, \
249 { .type = iom2, .offset = -1 }, \
250 { .type = iom3, .offset = -1 }, \
266 * @num: bank number.
267 * @pin: pin number.
282 * @bank_num: bank number.
313 void (*pull_calc_reg)(struct rockchip_pin_bank *bank,
316 void (*drv_calc_reg)(struct rockchip_pin_bank *bank,
319 int (*schmitt_calc_reg)(struct rockchip_pin_bank *bank,