mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-12-22 12:21:18 +00:00
Fix GPIO/SFIO defines: cosmetic change, gpio code was working properly despite the mistake
This commit is contained in:
parent
d95e20952c
commit
f9c1d5fc1b
4 changed files with 8 additions and 8 deletions
|
@ -96,8 +96,8 @@ static inline volatile tegra_gpio_t *gpio_get_regs(void)
|
||||||
((TEGRA_GPIO_PORT_##port * 8) + offset)
|
((TEGRA_GPIO_PORT_##port * 8) + offset)
|
||||||
|
|
||||||
/* Mode select */
|
/* Mode select */
|
||||||
#define GPIO_MODE_GPIO 0
|
#define GPIO_MODE_SFIO 0
|
||||||
#define GPIO_MODE_SFIO 1
|
#define GPIO_MODE_GPIO 1
|
||||||
|
|
||||||
/* Direction */
|
/* Direction */
|
||||||
#define GPIO_DIRECTION_INPUT 0
|
#define GPIO_DIRECTION_INPUT 0
|
||||||
|
|
|
@ -96,8 +96,8 @@ static inline volatile tegra_gpio_t *gpio_get_regs(void)
|
||||||
((TEGRA_GPIO_PORT_##port * 8) + offset)
|
((TEGRA_GPIO_PORT_##port * 8) + offset)
|
||||||
|
|
||||||
/* Mode select */
|
/* Mode select */
|
||||||
#define GPIO_MODE_GPIO 0
|
#define GPIO_MODE_SFIO 0
|
||||||
#define GPIO_MODE_SFIO 1
|
#define GPIO_MODE_GPIO 1
|
||||||
|
|
||||||
/* Direction */
|
/* Direction */
|
||||||
#define GPIO_DIRECTION_INPUT 0
|
#define GPIO_DIRECTION_INPUT 0
|
||||||
|
|
|
@ -96,8 +96,8 @@ static inline volatile tegra_gpio_t *gpio_get_regs(void)
|
||||||
((TEGRA_GPIO_PORT_##port * 8) + offset)
|
((TEGRA_GPIO_PORT_##port * 8) + offset)
|
||||||
|
|
||||||
/* Mode select */
|
/* Mode select */
|
||||||
#define GPIO_MODE_GPIO 0
|
#define GPIO_MODE_SFIO 0
|
||||||
#define GPIO_MODE_SFIO 1
|
#define GPIO_MODE_GPIO 1
|
||||||
|
|
||||||
/* Direction */
|
/* Direction */
|
||||||
#define GPIO_DIRECTION_INPUT 0
|
#define GPIO_DIRECTION_INPUT 0
|
||||||
|
|
|
@ -96,8 +96,8 @@ static inline volatile tegra_gpio_t *gpio_get_regs(void)
|
||||||
((TEGRA_GPIO_PORT_##port * 8) + offset)
|
((TEGRA_GPIO_PORT_##port * 8) + offset)
|
||||||
|
|
||||||
/* Mode select */
|
/* Mode select */
|
||||||
#define GPIO_MODE_GPIO 0
|
#define GPIO_MODE_SFIO 0
|
||||||
#define GPIO_MODE_SFIO 1
|
#define GPIO_MODE_GPIO 1
|
||||||
|
|
||||||
/* Direction */
|
/* Direction */
|
||||||
#define GPIO_DIRECTION_INPUT 0
|
#define GPIO_DIRECTION_INPUT 0
|
||||||
|
|
Loading…
Reference in a new issue