Searched refs:GPIO_FULLPORT (Results 1 – 2 of 2) sorted by relevance
/u-boot/drivers/gpio/ |
A D | tegra_gpio.c | 55 GPIO_FULLPORT(gpio), GPIO_BIT(gpio), type ? "GPIO" : "SFPIO"); in get_config() 68 GPIO_FULLPORT(gpio), GPIO_BIT(gpio), type ? "GPIO" : "SFPIO"); in set_config() 90 GPIO_FULLPORT(gpio), GPIO_BIT(gpio), dir ? "OUT" : "IN"); in get_direction() 103 GPIO_FULLPORT(gpio), GPIO_BIT(gpio), output ? "OUT" : "IN"); in set_direction() 121 GPIO_FULLPORT(gpio), GPIO_BIT(gpio), high); in set_level() 176 gpio, GPIO_FULLPORT(gpio), GPIO_BIT(gpio)); in tegra_gpio_get_value() 193 gpio, GPIO_FULLPORT(gpio), GPIO_BIT(gpio), value); in tegra_gpio_set_value()
|
/u-boot/arch/arm/include/asm/arch-tegra/ |
A D | gpio.h | 18 #define GPIO_FULLPORT(x) ((x) >> 3) macro
|
Completed in 3 milliseconds