Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/drivers/gpio/
Dgpio-uniphier.c71 static void uniphier_gpio_offset_write(struct udevice *dev, unsigned int offset, in uniphier_gpio_offset_write() function
104 uniphier_gpio_offset_write(dev, offset, UNIPHIER_GPIO_PORT_DIR, 1); in uniphier_gpio_direction_input()
112 uniphier_gpio_offset_write(dev, offset, UNIPHIER_GPIO_PORT_DATA, value); in uniphier_gpio_direction_output()
113 uniphier_gpio_offset_write(dev, offset, UNIPHIER_GPIO_PORT_DIR, 0); in uniphier_gpio_direction_output()
126 uniphier_gpio_offset_write(dev, offset, UNIPHIER_GPIO_PORT_DATA, value); in uniphier_gpio_set_value()