D | pinctrl-ipq4019.c | 1 // SPDX-License-Identifier: GPL-2.0-only 10 #include "pinctrl-msm.h" 218 #define PINGROUP(id, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14) \ argument 220 .grp = PINCTRL_PINGROUP("gpio" #id, \ 221 gpio##id##_pins, \ 222 ARRAY_SIZE(gpio##id##_pins)), \ 241 .ctl_reg = 0x0 + 0x1000 * id, \ 242 .io_reg = 0x4 + 0x1000 * id, \ 243 .intr_cfg_reg = 0x8 + 0x1000 * id, \ 244 .intr_status_reg = 0xc + 0x1000 * id, \ [all …]
|