Home
last modified time | relevance | path

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

/external/u-boot/drivers/gpio/
Dgpio-uniphier.c18 #define UNIPHIER_GPIO_PORT_DIR 0x4 /* direction (1:in, 0:out) */ macro
97 return uniphier_gpio_offset_read(dev, offset, UNIPHIER_GPIO_PORT_DIR) ? in uniphier_gpio_get_function()
104 uniphier_gpio_offset_write(dev, offset, UNIPHIER_GPIO_PORT_DIR, 1); in uniphier_gpio_direction_input()
113 uniphier_gpio_offset_write(dev, offset, UNIPHIER_GPIO_PORT_DIR, 0); in uniphier_gpio_direction_output()