Home
last modified time | relevance | path

Searched refs:_GPIO (Results 1 – 8 of 8) sorted by relevance

/linux-5.19.10/drivers/pinctrl/nomadik/
Dpinctrl-nomadik-stn8815.c7 #define _GPIO(offset) (offset) macro
9 #define STN8815_PIN_B4 _GPIO(0)
10 #define STN8815_PIN_D5 _GPIO(1)
11 #define STN8815_PIN_C5 _GPIO(2)
12 #define STN8815_PIN_A4 _GPIO(3)
13 #define STN8815_PIN_B5 _GPIO(4)
14 #define STN8815_PIN_D6 _GPIO(5)
15 #define STN8815_PIN_C6 _GPIO(6)
16 #define STN8815_PIN_B6 _GPIO(7)
17 #define STN8815_PIN_B10 _GPIO(8)
[all …]
Dpinctrl-nomadik-db8500.c7 #define _GPIO(offset) (offset) macro
9 #define DB8500_PIN_AJ5 _GPIO(0)
10 #define DB8500_PIN_AJ3 _GPIO(1)
11 #define DB8500_PIN_AH4 _GPIO(2)
12 #define DB8500_PIN_AH3 _GPIO(3)
13 #define DB8500_PIN_AH6 _GPIO(4)
14 #define DB8500_PIN_AG6 _GPIO(5)
15 #define DB8500_PIN_AF6 _GPIO(6)
16 #define DB8500_PIN_AG5 _GPIO(7)
17 #define DB8500_PIN_AD5 _GPIO(8)
[all …]
/linux-5.19.10/drivers/pinctrl/tegra/
Dpinctrl-tegra20.c27 #define _GPIO(offset) (offset) macro
29 #define TEGRA_PIN_VI_GP6_PA0 _GPIO(0)
30 #define TEGRA_PIN_UART3_CTS_N_PA1 _GPIO(1)
31 #define TEGRA_PIN_DAP2_FS_PA2 _GPIO(2)
32 #define TEGRA_PIN_DAP2_SCLK_PA3 _GPIO(3)
33 #define TEGRA_PIN_DAP2_DIN_PA4 _GPIO(4)
34 #define TEGRA_PIN_DAP2_DOUT_PA5 _GPIO(5)
35 #define TEGRA_PIN_SDIO3_CLK_PA6 _GPIO(6)
36 #define TEGRA_PIN_SDIO3_CMD_PA7 _GPIO(7)
37 #define TEGRA_PIN_GMI_AD17_PB0 _GPIO(8)
[all …]
Dpinctrl-tegra30.c22 #define _GPIO(offset) (offset) macro
24 #define TEGRA_PIN_CLK_32K_OUT_PA0 _GPIO(0)
25 #define TEGRA_PIN_UART3_CTS_N_PA1 _GPIO(1)
26 #define TEGRA_PIN_DAP2_FS_PA2 _GPIO(2)
27 #define TEGRA_PIN_DAP2_SCLK_PA3 _GPIO(3)
28 #define TEGRA_PIN_DAP2_DIN_PA4 _GPIO(4)
29 #define TEGRA_PIN_DAP2_DOUT_PA5 _GPIO(5)
30 #define TEGRA_PIN_SDMMC3_CLK_PA6 _GPIO(6)
31 #define TEGRA_PIN_SDMMC3_CMD_PA7 _GPIO(7)
32 #define TEGRA_PIN_GMI_A17_PB0 _GPIO(8)
[all …]
Dpinctrl-tegra124.c22 #define _GPIO(offset) (offset) macro
24 #define TEGRA_PIN_CLK_32K_OUT_PA0 _GPIO(0)
25 #define TEGRA_PIN_UART3_CTS_N_PA1 _GPIO(1)
26 #define TEGRA_PIN_DAP2_FS_PA2 _GPIO(2)
27 #define TEGRA_PIN_DAP2_SCLK_PA3 _GPIO(3)
28 #define TEGRA_PIN_DAP2_DIN_PA4 _GPIO(4)
29 #define TEGRA_PIN_DAP2_DOUT_PA5 _GPIO(5)
30 #define TEGRA_PIN_SDMMC3_CLK_PA6 _GPIO(6)
31 #define TEGRA_PIN_SDMMC3_CMD_PA7 _GPIO(7)
32 #define TEGRA_PIN_PB0 _GPIO(8)
[all …]
Dpinctrl-tegra114.c22 #define _GPIO(offset) (offset) macro
24 #define TEGRA_PIN_CLK_32K_OUT_PA0 _GPIO(0)
25 #define TEGRA_PIN_UART3_CTS_N_PA1 _GPIO(1)
26 #define TEGRA_PIN_DAP2_FS_PA2 _GPIO(2)
27 #define TEGRA_PIN_DAP2_SCLK_PA3 _GPIO(3)
28 #define TEGRA_PIN_DAP2_DIN_PA4 _GPIO(4)
29 #define TEGRA_PIN_DAP2_DOUT_PA5 _GPIO(5)
30 #define TEGRA_PIN_SDMMC3_CLK_PA6 _GPIO(6)
31 #define TEGRA_PIN_SDMMC3_CMD_PA7 _GPIO(7)
32 #define TEGRA_PIN_GMI_A17_PB0 _GPIO(8)
[all …]
Dpinctrl-tegra210.c20 #define _GPIO(offset) (offset) macro
22 #define TEGRA_PIN_PEX_L0_RST_N_PA0 _GPIO(0)
23 #define TEGRA_PIN_PEX_L0_CLKREQ_N_PA1 _GPIO(1)
24 #define TEGRA_PIN_PEX_WAKE_N_PA2 _GPIO(2)
25 #define TEGRA_PIN_PEX_L1_RST_N_PA3 _GPIO(3)
26 #define TEGRA_PIN_PEX_L1_CLKREQ_N_PA4 _GPIO(4)
27 #define TEGRA_PIN_SATA_LED_ACTIVE_PA5 _GPIO(5)
28 #define TEGRA_PIN_PA6 _GPIO(6)
29 #define TEGRA_PIN_DAP1_FS_PB0 _GPIO(8)
30 #define TEGRA_PIN_DAP1_DIN_PB1 _GPIO(9)
[all …]
/linux-5.19.10/arch/arm/mach-pxa/
Dmfp-pxa2xx.c295 gpio_desc[(gpio)].mask = PWER_ ## mux ## _GPIO ##gpio; \