Home
last modified time | relevance | path

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

/drivers/pinctrl/
A Dpinctrl-amdisp.c16 #define GPIO_CONTROL_PIN 4 macro
117 return !!(pin_reg & BIT(GPIO_CONTROL_PIN)); in amdisp_gpio_get()
129 pin_reg |= BIT(GPIO_CONTROL_PIN); in amdisp_gpio_set()
131 pin_reg &= ~BIT(GPIO_CONTROL_PIN); in amdisp_gpio_set()

Completed in 4 milliseconds