Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpio/
Dgpio-msic.c31 #define MSIC_GPIO_DOUT_MASK BIT(0) macro
109 mask = MSIC_GPIO_DIR_MASK | MSIC_GPIO_DOUT_MASK; in msic_gpio_direction_output()
143 intel_msic_reg_update(reg, !!value , MSIC_GPIO_DOUT_MASK); in msic_gpio_set()