Searched refs:ABX500_PINRANGE (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/pinctrl/nomadik/ |
D | pinctrl-ab8505.c | 85 ABX500_PINRANGE(1, 3, ABX500_ALT_A), 86 ABX500_PINRANGE(10, 2, ABX500_DEFAULT), 87 ABX500_PINRANGE(13, 1, ABX500_DEFAULT), 88 ABX500_PINRANGE(14, 1, ABX500_ALT_A), 89 ABX500_PINRANGE(17, 4, ABX500_ALT_A), 90 ABX500_PINRANGE(34, 1, ABX500_ALT_A), 91 ABX500_PINRANGE(40, 2, ABX500_ALT_A), 92 ABX500_PINRANGE(50, 1, ABX500_DEFAULT), 93 ABX500_PINRANGE(52, 2, ABX500_ALT_A),
|
D | pinctrl-ab9540.c | 115 ABX500_PINRANGE(1, 4, ABX500_ALT_A), 116 ABX500_PINRANGE(10, 2, ABX500_DEFAULT), 117 ABX500_PINRANGE(13, 1, ABX500_DEFAULT), 118 ABX500_PINRANGE(14, 12, ABX500_ALT_A), 119 ABX500_PINRANGE(27, 6, ABX500_ALT_A), 120 ABX500_PINRANGE(34, 1, ABX500_ALT_A), 121 ABX500_PINRANGE(40, 3, ABX500_ALT_A), 122 ABX500_PINRANGE(50, 1, ABX500_DEFAULT), 123 ABX500_PINRANGE(51, 3, ABX500_ALT_A), 124 ABX500_PINRANGE(54, 1, ABX500_DEFAULT),
|
D | pinctrl-ab8500.c | 121 ABX500_PINRANGE(1, 4, ABX500_ALT_A), 122 ABX500_PINRANGE(6, 4, ABX500_ALT_A), 123 ABX500_PINRANGE(10, 4, ABX500_DEFAULT), 124 ABX500_PINRANGE(14, 12, ABX500_ALT_A), 125 ABX500_PINRANGE(26, 1, ABX500_DEFAULT), 126 ABX500_PINRANGE(27, 6, ABX500_ALT_A), 127 ABX500_PINRANGE(34, 1, ABX500_ALT_A), 128 ABX500_PINRANGE(35, 1, ABX500_DEFAULT), 129 ABX500_PINRANGE(36, 7, ABX500_ALT_A),
|
D | pinctrl-ab8540.c | 105 ABX500_PINRANGE(1, 4, ABX500_ALT_A), 106 ABX500_PINRANGE(14, 7, ABX500_ALT_A), 107 ABX500_PINRANGE(27, 6, ABX500_ALT_A), 108 ABX500_PINRANGE(42, 7, ABX500_ALT_A), 109 ABX500_PINRANGE(51, 6, ABX500_ALT_A),
|
D | pinctrl-abx500.h | 147 #define ABX500_PINRANGE(a, b, c) { .offset = a, .npins = b, .altfunc = c } macro
|