Searched refs:_PIN (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/pinctrl/tegra/
H A Dpinctrl-tegra20.c256 #define _PIN(offset) (NUM_GPIOS + (offset)) macro
258 #define TEGRA_PIN_CRT_HSYNC _PIN(30)
259 #define TEGRA_PIN_CRT_VSYNC _PIN(31)
260 #define TEGRA_PIN_DDC_SCL _PIN(32)
261 #define TEGRA_PIN_DDC_SDA _PIN(33)
262 #define TEGRA_PIN_OWC _PIN(34)
263 #define TEGRA_PIN_CORE_PWR_REQ _PIN(35)
264 #define TEGRA_PIN_CPU_PWR_REQ _PIN(36)
265 #define TEGRA_PIN_PWR_INT_N _PIN(37)
266 #define TEGRA_PIN_CLK_32_K_IN _PIN(3
[all...]
H A Dpinctrl-tegra124.c210 #define _PIN(offset) (NUM_GPIOS + (offset)) macro
213 #define TEGRA_PIN_CORE_PWR_REQ _PIN(0)
214 #define TEGRA_PIN_CPU_PWR_REQ _PIN(1)
215 #define TEGRA_PIN_PWR_INT_N _PIN(2)
216 #define TEGRA_PIN_GMI_CLK_LB _PIN(3)
217 #define TEGRA_PIN_RESET_OUT_N _PIN(4)
218 #define TEGRA_PIN_OWR _PIN(5)
219 #define TEGRA_PIN_CLK_32K_IN _PIN(6)
220 #define TEGRA_PIN_JTAG_RTCK _PIN(7)
221 #define TEGRA_PIN_DSI_B_CLK_P _PIN(
[all...]
H A Dpinctrl-tegra30.c275 #define _PIN(offset) (NUM_GPIOS + (offset)) macro
278 #define TEGRA_PIN_CLK_32K_IN _PIN(0)
279 #define TEGRA_PIN_CORE_PWR_REQ _PIN(1)
280 #define TEGRA_PIN_CPU_PWR_REQ _PIN(2)
281 #define TEGRA_PIN_JTAG_TCK _PIN(3)
282 #define TEGRA_PIN_JTAG_TDI _PIN(4)
283 #define TEGRA_PIN_JTAG_TDO _PIN(5)
284 #define TEGRA_PIN_JTAG_TMS _PIN(6)
285 #define TEGRA_PIN_JTAG_TRST_N _PIN(7)
286 #define TEGRA_PIN_OWR _PIN(
[all...]
H A Dpinctrl-tegra114.c196 #define _PIN(offset) (NUM_GPIOS + (offset)) macro
199 #define TEGRA_PIN_CORE_PWR_REQ _PIN(0)
200 #define TEGRA_PIN_CPU_PWR_REQ _PIN(1)
201 #define TEGRA_PIN_PWR_INT_N _PIN(2)
202 #define TEGRA_PIN_RESET_OUT_N _PIN(3)
203 #define TEGRA_PIN_OWR _PIN(4)
204 #define TEGRA_PIN_JTAG_RTCK _PIN(5)
205 #define TEGRA_PIN_CLK_32K_IN _PIN(6)
206 #define TEGRA_PIN_GMI_CLK_LB _PIN(7)
H A Dpinctrl-tegra210.c179 #define _PIN(offset) (NUM_GPIOS + (offset)) macro
182 #define TEGRA_PIN_CORE_PWR_REQ _PIN(0)
183 #define TEGRA_PIN_CPU_PWR_REQ _PIN(1)
184 #define TEGRA_PIN_PWR_INT_N _PIN(2)
185 #define TEGRA_PIN_CLK_32K_IN _PIN(3)
186 #define TEGRA_PIN_JTAG_RTCK _PIN(4)
187 #define TEGRA_PIN_BATT_BCL _PIN(5)
188 #define TEGRA_PIN_CLK_REQ _PIN(6)
189 #define TEGRA_PIN_SHUTDOWN _PIN(7)
/linux-master/drivers/pinctrl/actions/
H A Dpinctrl-s700.c46 #define _PIN(offset) (NUM_GPIOS + (offset)) macro
177 #define CSI_DN0 _PIN(0)
178 #define CSI_DP0 _PIN(1)
179 #define CSI_DN1 _PIN(2)
180 #define CSI_DP1 _PIN(3)
181 #define CSI_CN _PIN(4)
182 #define CSI_CP _PIN(5)
183 #define CSI_DN2 _PIN(6)
184 #define CSI_DP2 _PIN(7)
185 #define CSI_DN3 _PIN(
[all...]
H A Dpinctrl-s500.c38 #define _PIN(offset) (NUM_GPIOS + (offset)) macro
151 #define CSI_DN0 _PIN(0)
152 #define CSI_DP0 _PIN(1)
153 #define CSI_DN1 _PIN(2)
154 #define CSI_DP1 _PIN(3)
155 #define CSI_CN _PIN(4)
156 #define CSI_CP _PIN(5)
157 #define CSI_DN2 _PIN(6)
158 #define CSI_DP2 _PIN(7)
159 #define CSI_DN3 _PIN(
[all...]
H A Dpinctrl-s900.c45 #define _PIN(offset) (NUM_GPIOS + (offset)) macro
200 #define SGPIO0 _PIN(0)
201 #define SGPIO1 _PIN(1)
202 #define SGPIO2 _PIN(2)
203 #define SGPIO3 _PIN(3)
205 #define NUM_PADS (_PIN(3) + 1)

Completed in 297 milliseconds