Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pinctrl/tegra/
Dpinctrl-tegra20.c264 #define _PIN(offset) (NUM_GPIOS + (offset)) macro
266 #define TEGRA_PIN_CRT_HSYNC _PIN(30)
267 #define TEGRA_PIN_CRT_VSYNC _PIN(31)
268 #define TEGRA_PIN_DDC_SCL _PIN(32)
269 #define TEGRA_PIN_DDC_SDA _PIN(33)
270 #define TEGRA_PIN_OWC _PIN(34)
271 #define TEGRA_PIN_CORE_PWR_REQ _PIN(35)
272 #define TEGRA_PIN_CPU_PWR_REQ _PIN(36)
273 #define TEGRA_PIN_PWR_INT_N _PIN(37)
274 #define TEGRA_PIN_CLK_32_K_IN _PIN(38)
[all …]
Dpinctrl-tegra124.c218 #define _PIN(offset) (NUM_GPIOS + (offset)) macro
221 #define TEGRA_PIN_CORE_PWR_REQ _PIN(0)
222 #define TEGRA_PIN_CPU_PWR_REQ _PIN(1)
223 #define TEGRA_PIN_PWR_INT_N _PIN(2)
224 #define TEGRA_PIN_GMI_CLK_LB _PIN(3)
225 #define TEGRA_PIN_RESET_OUT_N _PIN(4)
226 #define TEGRA_PIN_OWR _PIN(5)
227 #define TEGRA_PIN_CLK_32K_IN _PIN(6)
228 #define TEGRA_PIN_JTAG_RTCK _PIN(7)
229 #define TEGRA_PIN_DSI_B_CLK_P _PIN(8)
[all …]
Dpinctrl-tegra30.c283 #define _PIN(offset) (NUM_GPIOS + (offset)) macro
286 #define TEGRA_PIN_CLK_32K_IN _PIN(0)
287 #define TEGRA_PIN_CORE_PWR_REQ _PIN(1)
288 #define TEGRA_PIN_CPU_PWR_REQ _PIN(2)
289 #define TEGRA_PIN_JTAG_TCK _PIN(3)
290 #define TEGRA_PIN_JTAG_TDI _PIN(4)
291 #define TEGRA_PIN_JTAG_TDO _PIN(5)
292 #define TEGRA_PIN_JTAG_TMS _PIN(6)
293 #define TEGRA_PIN_JTAG_TRST_N _PIN(7)
294 #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.c204 #define _PIN(offset) (NUM_GPIOS + (offset)) macro
207 #define TEGRA_PIN_CORE_PWR_REQ _PIN(0)
208 #define TEGRA_PIN_CPU_PWR_REQ _PIN(1)
209 #define TEGRA_PIN_PWR_INT_N _PIN(2)
210 #define TEGRA_PIN_RESET_OUT_N _PIN(3)
211 #define TEGRA_PIN_OWR _PIN(4)
212 #define TEGRA_PIN_JTAG_RTCK _PIN(5)
213 #define TEGRA_PIN_CLK_32K_IN _PIN(6)
214 #define TEGRA_PIN_GMI_CLK_LB _PIN(7)
/Linux-v4.19/drivers/pinctrl/actions/
Dpinctrl-s900.c51 #define _PIN(offset) (NUM_GPIOS + (offset)) macro
206 #define SGPIO0 _PIN(0)
207 #define SGPIO1 _PIN(1)
208 #define SGPIO2 _PIN(2)
209 #define SGPIO3 _PIN(3)
211 #define NUM_PADS (_PIN(3) + 1)