/kernel/linux/linux-5.10/drivers/pinctrl/mediatek/ |
D | pinctrl-mt8183.c | 23 #define PINS_FIELD_BASE(_s_pin, _e_pin, _i_base, _s_addr, _x_addrs, _s_bit, _x_bits) \ macro 44 PINS_FIELD_BASE(0, 3, 6, 0x000, 0x10, 3, 1), 45 PINS_FIELD_BASE(4, 7, 6, 0x000, 0x10, 5, 1), 47 PINS_FIELD_BASE(9, 10, 6, 0x000, 0x10, 12, 1), 50 PINS_FIELD_BASE(13, 16, 2, 0x000, 0x10, 2, 1), 51 PINS_FIELD_BASE(17, 20, 2, 0x000, 0x10, 3, 1), 52 PINS_FIELD_BASE(21, 24, 2, 0x000, 0x10, 4, 1), 53 PINS_FIELD_BASE(25, 28, 2, 0x000, 0x10, 5, 1), 56 PINS_FIELD_BASE(31, 31, 2, 0x000, 0x10, 8, 1), 57 PINS_FIELD_BASE(32, 34, 2, 0x000, 0x10, 7, 1), [all …]
|
D | pinctrl-mt6765.c | 24 #define PINS_FIELD_BASE(_s_pin, _e_pin, _i_base, _s_addr, _x_addrs, _s_bit, _x_bits) \ macro 45 PINS_FIELD_BASE(0, 3, 2, 0x00b0, 0x10, 4, 1), 46 PINS_FIELD_BASE(4, 7, 2, 0x00b0, 0x10, 5, 1), 48 PINS_FIELD_BASE(9, 11, 2, 0x00b0, 0x10, 6, 1), 50 PINS_FIELD_BASE(13, 16, 6, 0x00b0, 0x10, 10, 1), 51 PINS_FIELD_BASE(17, 20, 6, 0x00b0, 0x10, 8, 1), 52 PINS_FIELD_BASE(21, 24, 6, 0x00b0, 0x10, 9, 1), 53 PINS_FIELD_BASE(25, 28, 6, 0x00b0, 0x10, 7, 1), 56 PINS_FIELD_BASE(31, 34, 6, 0x00b0, 0x10, 2, 1), 57 PINS_FIELD_BASE(35, 36, 6, 0x00b0, 0x10, 5, 1), [all …]
|
D | pinctrl-mt6779.c | 23 #define PINS_FIELD_BASE(s_pin, e_pin, i_base, s_addr, x_addrs, s_bit, x_bits) \ macro 227 PINS_FIELD_BASE(0, 9, 6, 0x00c0, 0x10, 3, 1), 229 PINS_FIELD_BASE(12, 15, 3, 0x00e0, 0x10, 2, 1), 231 PINS_FIELD_BASE(17, 20, 6, 0x00c0, 0x10, 11, 1), 232 PINS_FIELD_BASE(21, 24, 6, 0x00c0, 0x10, 7, 1), 237 PINS_FIELD_BASE(30, 32, 6, 0x00c0, 0x10, 4, 1), 240 PINS_FIELD_BASE(35, 41, 6, 0x00c0, 0x10, 13, 1), 245 PINS_FIELD_BASE(47, 50, 3, 0x00e0, 0x10, 14, 1), 251 PINS_FIELD_BASE(57, 60, 3, 0x00e0, 0x10, 4, 1), 254 PINS_FIELD_BASE(63, 66, 3, 0x00e0, 0x10, 9, 1), [all …]
|
D | pinctrl-mt8192.c | 24 #define PINS_FIELD_BASE(s_pin, e_pin, i_base, s_addr, x_addrs, s_bit, x_bits) \ macro
|