Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/platform/x86/
Dintel_pmic_gpio.c57 #define GPIO_DOU 0x08 macro
109 GPIO_DRV | (value ? GPIO_DOU : 0), in pmic_gpio_direction_output()
110 GPIO_DRV | GPIO_DOU | GPIO_DIR); in pmic_gpio_direction_output()
145 GPIO_DRV | (value ? GPIO_DOU : 0), in pmic_gpio_set()
146 GPIO_DRV | GPIO_DOU); in pmic_gpio_set()