Home
last modified time | relevance | path

Searched refs:ABX500_PINRANGE (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/pinctrl/nomadik/
Dpinctrl-ab8505.c82 ABX500_PINRANGE(1, 3, ABX500_ALT_A),
83 ABX500_PINRANGE(10, 2, ABX500_DEFAULT),
84 ABX500_PINRANGE(13, 1, ABX500_DEFAULT),
85 ABX500_PINRANGE(14, 1, ABX500_ALT_A),
86 ABX500_PINRANGE(17, 4, ABX500_ALT_A),
87 ABX500_PINRANGE(34, 1, ABX500_ALT_A),
88 ABX500_PINRANGE(40, 2, ABX500_ALT_A),
89 ABX500_PINRANGE(50, 1, ABX500_DEFAULT),
90 ABX500_PINRANGE(52, 2, ABX500_ALT_A),
Dpinctrl-ab8500.c118 ABX500_PINRANGE(1, 4, ABX500_ALT_A),
119 ABX500_PINRANGE(6, 4, ABX500_ALT_A),
120 ABX500_PINRANGE(10, 4, ABX500_DEFAULT),
121 ABX500_PINRANGE(14, 12, ABX500_ALT_A),
122 ABX500_PINRANGE(26, 1, ABX500_DEFAULT),
123 ABX500_PINRANGE(27, 6, ABX500_ALT_A),
124 ABX500_PINRANGE(34, 1, ABX500_ALT_A),
125 ABX500_PINRANGE(35, 1, ABX500_DEFAULT),
126 ABX500_PINRANGE(36, 7, ABX500_ALT_A),
Dpinctrl-abx500.h135 #define ABX500_PINRANGE(a, b, c) { .offset = a, .npins = b, .altfunc = c } macro