@ -12,40 +12,40 @@
# include <dt-bindings/gpio/gpio.h>
# define TEGRA_GPIO_BANK_ID _A 0
# define TEGRA_GPIO_BANK_ID _B 1
# define TEGRA_GPIO_BANK_ID _C 2
# define TEGRA_GPIO_BANK_ID _D 3
# define TEGRA_GPIO_BANK_ID _E 4
# define TEGRA_GPIO_BANK_ID _F 5
# define TEGRA_GPIO_BANK_ID _G 6
# define TEGRA_GPIO_BANK_ID _H 7
# define TEGRA_GPIO_BANK_ID _I 8
# define TEGRA_GPIO_BANK_ID _J 9
# define TEGRA_GPIO_BANK_ID _K 10
# define TEGRA_GPIO_BANK_ID _L 11
# define TEGRA_GPIO_BANK_ID _M 12
# define TEGRA_GPIO_BANK_ID _N 13
# define TEGRA_GPIO_BANK_ID _O 14
# define TEGRA_GPIO_BANK_ID _P 15
# define TEGRA_GPIO_BANK_ID _Q 16
# define TEGRA_GPIO_BANK_ID _R 17
# define TEGRA_GPIO_BANK_ID _S 18
# define TEGRA_GPIO_BANK_ID _T 19
# define TEGRA_GPIO_BANK_ID _U 20
# define TEGRA_GPIO_BANK_ID _V 21
# define TEGRA_GPIO_BANK_ID _W 22
# define TEGRA_GPIO_BANK_ID _X 23
# define TEGRA_GPIO_BANK_ID _Y 24
# define TEGRA_GPIO_BANK_ID _Z 25
# define TEGRA_GPIO_BANK_ID _AA 26
# define TEGRA_GPIO_BANK_ID _BB 27
# define TEGRA_GPIO_BANK_ID _CC 28
# define TEGRA_GPIO_BANK_ID _DD 29
# define TEGRA_GPIO_BANK_ID _EE 30
# define TEGRA_GPIO_BANK_ID _FF 31
# define TEGRA_GPIO_PORT _A 0
# define TEGRA_GPIO_PORT _B 1
# define TEGRA_GPIO_PORT _C 2
# define TEGRA_GPIO_PORT _D 3
# define TEGRA_GPIO_PORT _E 4
# define TEGRA_GPIO_PORT _F 5
# define TEGRA_GPIO_PORT _G 6
# define TEGRA_GPIO_PORT _H 7
# define TEGRA_GPIO_PORT _I 8
# define TEGRA_GPIO_PORT _J 9
# define TEGRA_GPIO_PORT _K 10
# define TEGRA_GPIO_PORT _L 11
# define TEGRA_GPIO_PORT _M 12
# define TEGRA_GPIO_PORT _N 13
# define TEGRA_GPIO_PORT _O 14
# define TEGRA_GPIO_PORT _P 15
# define TEGRA_GPIO_PORT _Q 16
# define TEGRA_GPIO_PORT _R 17
# define TEGRA_GPIO_PORT _S 18
# define TEGRA_GPIO_PORT _T 19
# define TEGRA_GPIO_PORT _U 20
# define TEGRA_GPIO_PORT _V 21
# define TEGRA_GPIO_PORT _W 22
# define TEGRA_GPIO_PORT _X 23
# define TEGRA_GPIO_PORT _Y 24
# define TEGRA_GPIO_PORT _Z 25
# define TEGRA_GPIO_PORT _AA 26
# define TEGRA_GPIO_PORT _BB 27
# define TEGRA_GPIO_PORT _CC 28
# define TEGRA_GPIO_PORT _DD 29
# define TEGRA_GPIO_PORT _EE 30
# define TEGRA_GPIO_PORT _FF 31
# define TEGRA_GPIO(bank , offset) \
( ( TEGRA_GPIO_BANK_ID_ # # bank * 8 ) + offset )
# define TEGRA_GPIO(port , offset) \
( ( TEGRA_GPIO_PORT_ # # port * 8 ) + offset )
# endif