Home
last modified time | relevance | path

Searched refs:_PIN (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/pinctrl/
Dpinctrl-tegra20.c261 #define _PIN(offset) (NUM_GPIOS + (offset)) macro
263 #define TEGRA_PIN_CRT_HSYNC _PIN(30)
264 #define TEGRA_PIN_CRT_VSYNC _PIN(31)
265 #define TEGRA_PIN_DDC_SCL _PIN(32)
266 #define TEGRA_PIN_DDC_SDA _PIN(33)
267 #define TEGRA_PIN_OWC _PIN(34)
268 #define TEGRA_PIN_CORE_PWR_REQ _PIN(35)
269 #define TEGRA_PIN_CPU_PWR_REQ _PIN(36)
270 #define TEGRA_PIN_PWR_INT_N _PIN(37)
271 #define TEGRA_PIN_CLK_32_K_IN _PIN(38)
[all …]
Dpinctrl-tegra124.c216 #define _PIN(offset) (NUM_GPIOS + (offset)) macro
219 #define TEGRA_PIN_CORE_PWR_REQ _PIN(0)
220 #define TEGRA_PIN_CPU_PWR_REQ _PIN(1)
221 #define TEGRA_PIN_PWR_INT_N _PIN(2)
222 #define TEGRA_PIN_GMI_CLK_LB _PIN(3)
223 #define TEGRA_PIN_RESET_OUT_N _PIN(4)
224 #define TEGRA_PIN_OWR _PIN(5)
225 #define TEGRA_PIN_CLK_32K_IN _PIN(6)
226 #define TEGRA_PIN_JTAG_RTCK _PIN(7)
227 #define TEGRA_PIN_DSI_B_CLK_P _PIN(8)
[all …]
Dpinctrl-tegra30.c281 #define _PIN(offset) (NUM_GPIOS + (offset)) macro
284 #define TEGRA_PIN_CLK_32K_IN _PIN(0)
285 #define TEGRA_PIN_CORE_PWR_REQ _PIN(1)
286 #define TEGRA_PIN_CPU_PWR_REQ _PIN(2)
287 #define TEGRA_PIN_JTAG_TCK _PIN(3)
288 #define TEGRA_PIN_JTAG_TDI _PIN(4)
289 #define TEGRA_PIN_JTAG_TDO _PIN(5)
290 #define TEGRA_PIN_JTAG_TMS _PIN(6)
291 #define TEGRA_PIN_JTAG_TRST_N _PIN(7)
292 #define TEGRA_PIN_OWR _PIN(8)
[all …]
Dpinctrl-tegra210.c187 #define _PIN(offset) (NUM_GPIOS + (offset)) macro
190 #define TEGRA_PIN_CORE_PWR_REQ _PIN(0)
191 #define TEGRA_PIN_CPU_PWR_REQ _PIN(1)
192 #define TEGRA_PIN_PWR_INT_N _PIN(2)
193 #define TEGRA_PIN_CLK_32K_IN _PIN(3)
194 #define TEGRA_PIN_JTAG_RTCK _PIN(4)
195 #define TEGRA_PIN_BATT_BCL _PIN(5)
196 #define TEGRA_PIN_CLK_REQ _PIN(6)
197 #define TEGRA_PIN_SHUTDOWN _PIN(7)
Dpinctrl-tegra114.c202 #define _PIN(offset) (NUM_GPIOS + (offset)) macro
205 #define TEGRA_PIN_CORE_PWR_REQ _PIN(0)
206 #define TEGRA_PIN_CPU_PWR_REQ _PIN(1)
207 #define TEGRA_PIN_PWR_INT_N _PIN(2)
208 #define TEGRA_PIN_RESET_OUT_N _PIN(3)
209 #define TEGRA_PIN_OWR _PIN(4)
210 #define TEGRA_PIN_JTAG_RTCK _PIN(5)
211 #define TEGRA_PIN_CLK_32K_IN _PIN(6)
212 #define TEGRA_PIN_GMI_CLK_LB _PIN(7)