Home
last modified time | relevance | path

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

/u-boot/include/dt-bindings/gpio/
A Dgpio.h19 #define GPIO_SINGLE_ENDED 2 macro
29 #define GPIO_OPEN_DRAIN (GPIO_SINGLE_ENDED | GPIO_LINE_OPEN_DRAIN)
30 #define GPIO_OPEN_SOURCE (GPIO_SINGLE_ENDED | GPIO_LINE_OPEN_SOURCE)
/u-boot/drivers/gpio/
A Dgpio-uclass.c204 if (args->args[1] & GPIO_SINGLE_ENDED) { in gpio_xlate_offs_flags()

Completed in 6 milliseconds