Lines Matching +full:per +full:- +full:pin
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Pin controller and GPIO driver for Amlogic Meson SoCs
18 * struct meson_pmx_group - a pinmux group
36 * struct meson_pmx_func - a pinmux function
49 * struct meson_reg_desc - a register descriptor
55 * pull-enable, direction, etc. for a single pin
63 * enum meson_reg_type - type of registers encoded in @meson_reg_desc
76 * enum meson_pinconf_drv - value of drive-strength supported
89 * @first: first pin of the bank
90 * @last: last pin of the bank
97 * the @regs array refers to the first pin of the bank.
144 #define BANK_DS(n, f, l, fi, li, per, peb, pr, pb, dr, db, or, ob, ir, ib, \ argument
153 [REG_PULLEN] = { per, peb }, \
162 #define BANK(n, f, l, fi, li, per, peb, pr, pb, dr, db, or, ob, ir, ib) \ argument
163 BANK_DS(n, f, l, fi, li, per, peb, pr, pb, dr, db, or, ob, ir, ib, 0, 0)