Searched refs:GPIO_FULLPORT (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/drivers/gpio/ |
D | tegra_gpio.c | 54 GPIO_FULLPORT(gpio), GPIO_BIT(gpio), type ? "GPIO" : "SFPIO"); in get_config() 67 GPIO_FULLPORT(gpio), GPIO_BIT(gpio), type ? "GPIO" : "SFPIO"); in set_config() 89 GPIO_FULLPORT(gpio), GPIO_BIT(gpio), dir ? "OUT" : "IN"); in get_direction() 102 GPIO_FULLPORT(gpio), GPIO_BIT(gpio), output ? "OUT" : "IN"); in set_direction() 120 GPIO_FULLPORT(gpio), GPIO_BIT(gpio), high); in set_level() 175 gpio, GPIO_FULLPORT(gpio), GPIO_BIT(gpio)); in tegra_gpio_get_value() 192 gpio, GPIO_FULLPORT(gpio), GPIO_BIT(gpio), value); in tegra_gpio_set_value()
|
/external/u-boot/arch/arm/include/asm/arch-tegra/ |
D | gpio.h | 18 #define GPIO_FULLPORT(x) ((x) >> 3) macro
|