Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpio/
Dgpio-msic.c45 #define MSIC_GPIO_DOUT_MASK BIT(0) macro
123 mask = MSIC_GPIO_DIR_MASK | MSIC_GPIO_DOUT_MASK; in msic_gpio_direction_output()
157 intel_msic_reg_update(reg, !!value , MSIC_GPIO_DOUT_MASK); in msic_gpio_set()