Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/pinctrl/
Dpinctrl-apple-gpio.c43 #define REG_GPIOx_DATA BIT(0) macro
214 return !!(reg & REG_GPIOx_DATA); in apple_gpio_get()
221 apple_gpio_set_reg(pctl, offset, REG_GPIOx_DATA, value ? REG_GPIOx_DATA : 0); in apple_gpio_set()
229 REG_GPIOx_PERIPH | REG_GPIOx_MODE | REG_GPIOx_DATA | in apple_gpio_direction_input()
242 REG_GPIOx_PERIPH | REG_GPIOx_MODE | REG_GPIOx_DATA, in apple_gpio_direction_output()
244 (value ? REG_GPIOx_DATA : 0)); in apple_gpio_direction_output()