Home
last modified time | relevance | path

Searched refs:PIN_FIELD_BASE (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/pinctrl/mediatek/
Dpinctrl-mt8192.c20 #define PIN_FIELD_BASE(s_pin, e_pin, i_base, s_addr, x_addrs, s_bit, x_bits) \ macro
45 PIN_FIELD_BASE(0, 0, 4, 0x00f0, 0x10, 8, 1),
46 PIN_FIELD_BASE(1, 1, 4, 0x00f0, 0x10, 8, 1),
47 PIN_FIELD_BASE(2, 2, 4, 0x00f0, 0x10, 8, 1),
48 PIN_FIELD_BASE(3, 3, 4, 0x00f0, 0x10, 8, 1),
49 PIN_FIELD_BASE(4, 4, 4, 0x00f0, 0x10, 8, 1),
50 PIN_FIELD_BASE(5, 5, 4, 0x00f0, 0x10, 9, 1),
51 PIN_FIELD_BASE(6, 6, 4, 0x00f0, 0x10, 9, 1),
52 PIN_FIELD_BASE(7, 7, 4, 0x00f0, 0x10, 9, 1),
53 PIN_FIELD_BASE(8, 8, 4, 0x00f0, 0x10, 9, 1),
[all …]
Dpinctrl-mt6765.c20 #define PIN_FIELD_BASE(_s_pin, _e_pin, _i_base, _s_addr, _x_addrs, _s_bit, _x_bits) \ macro
47 PIN_FIELD_BASE(8, 8, 3, 0x0080, 0x10, 3, 1),
49 PIN_FIELD_BASE(12, 12, 5, 0x0060, 0x10, 9, 1),
54 PIN_FIELD_BASE(29, 29, 6, 0x00b0, 0x10, 0, 1),
55 PIN_FIELD_BASE(30, 30, 6, 0x00b0, 0x10, 1, 1),
58 PIN_FIELD_BASE(37, 37, 6, 0x00b0, 0x10, 6, 1),
59 PIN_FIELD_BASE(38, 38, 6, 0x00b0, 0x10, 4, 1),
62 PIN_FIELD_BASE(43, 43, 7, 0x00c0, 0x10, 3, 1),
63 PIN_FIELD_BASE(44, 44, 7, 0x00c0, 0x10, 4, 1),
64 PIN_FIELD_BASE(45, 45, 7, 0x00c0, 0x10, 8, 1),
[all …]
Dpinctrl-mt6779.c19 #define PIN_FIELD_BASE(s_pin, e_pin, i_base, s_addr, x_addrs, s_bit, x_bits) \ macro
28 PIN_FIELD_BASE(0, 7, 0, 0x0300, 0x10, 0, 4),
29 PIN_FIELD_BASE(8, 15, 0, 0x0310, 0x10, 0, 4),
30 PIN_FIELD_BASE(16, 23, 0, 0x0320, 0x10, 0, 4),
31 PIN_FIELD_BASE(24, 31, 0, 0x0330, 0x10, 0, 4),
32 PIN_FIELD_BASE(32, 39, 0, 0x0340, 0x10, 0, 4),
33 PIN_FIELD_BASE(40, 47, 0, 0x0350, 0x10, 0, 4),
34 PIN_FIELD_BASE(48, 55, 0, 0x0360, 0x10, 0, 4),
35 PIN_FIELD_BASE(56, 63, 0, 0x0370, 0x10, 0, 4),
36 PIN_FIELD_BASE(64, 71, 0, 0x0380, 0x10, 0, 4),
[all …]
Dpinctrl-mt8183.c19 #define PIN_FIELD_BASE(_s_pin, _e_pin, _i_base, _s_addr, _x_addrs, _s_bit, _x_bits) \ macro
46 PIN_FIELD_BASE(8, 8, 6, 0x000, 0x10, 0, 1),
48 PIN_FIELD_BASE(11, 11, 1, 0x000, 0x10, 3, 1),
49 PIN_FIELD_BASE(12, 12, 1, 0x000, 0x10, 7, 1),
54 PIN_FIELD_BASE(29, 29, 2, 0x000, 0x10, 6, 1),
55 PIN_FIELD_BASE(30, 30, 2, 0x000, 0x10, 7, 1),
73 PIN_FIELD_BASE(81, 81, 5, 0x000, 0x10, 6, 1),
75 PIN_FIELD_BASE(84, 84, 5, 0x000, 0x10, 6, 1),
77 PIN_FIELD_BASE(89, 89, 6, 0x000, 0x10, 11, 1),
78 PIN_FIELD_BASE(90, 90, 6, 0x000, 0x10, 1, 1),
[all …]