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

/linux-master/drivers/pinctrl/
H A Dpinctrl-apple-gpio.c46 #define REG_GPIOx_DATA BIT(0) macro
217 return !!(reg & REG_GPIOx_DATA);
224 apple_gpio_set_reg(pctl, offset, REG_GPIOx_DATA, value ? REG_GPIOx_DATA : 0);
232 REG_GPIOx_PERIPH | REG_GPIOx_MODE | REG_GPIOx_DATA |
245 REG_GPIOx_PERIPH | REG_GPIOx_MODE | REG_GPIOx_DATA,
247 (value ? REG_GPIOx_DATA : 0));

Completed in 173 milliseconds