Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pinctrl/nomadik/
H A Dpinctrl-ab8505.c83 ABX500_PINRANGE(1, 3, ABX500_ALT_A),
84 ABX500_PINRANGE(10, 2, ABX500_DEFAULT),
85 ABX500_PINRANGE(13, 1, ABX500_DEFAULT),
86 ABX500_PINRANGE(14, 1, ABX500_ALT_A),
87 ABX500_PINRANGE(17, 4, ABX500_ALT_A),
88 ABX500_PINRANGE(34, 1, ABX500_ALT_A),
89 ABX500_PINRANGE(40, 2, ABX500_ALT_A),
90 ABX500_PINRANGE(50, 1, ABX500_DEFAULT),
91 ABX500_PINRANGE(52, 2, ABX500_ALT_A),
H A Dpinctrl-ab8500.c119 ABX500_PINRANGE(1, 4, ABX500_ALT_A),
120 ABX500_PINRANGE(6, 4, ABX500_ALT_A),
121 ABX500_PINRANGE(10, 4, ABX500_DEFAULT),
122 ABX500_PINRANGE(14, 12, ABX500_ALT_A),
123 ABX500_PINRANGE(26, 1, ABX500_DEFAULT),
124 ABX500_PINRANGE(27, 6, ABX500_ALT_A),
125 ABX500_PINRANGE(34, 1, ABX500_ALT_A),
126 ABX500_PINRANGE(35, 1, ABX500_DEFAULT),
127 ABX500_PINRANGE(36, 7, ABX500_ALT_A),
H A Dpinctrl-abx500.h139 #define ABX500_PINRANGE(a, b, c) { .offset = a, .npins = b, .altfunc = c } macro