Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpio/
H A Dgpio-amd-fch.c25 #define AMD_FCH_GPIO_FLAG_WRITE BIT(22) macro
73 val |= AMD_FCH_GPIO_FLAG_WRITE; in amd_fch_gpio_direction_output()
75 val &= ~AMD_FCH_GPIO_FLAG_WRITE; in amd_fch_gpio_direction_output()
110 mask |= AMD_FCH_GPIO_FLAG_WRITE; in amd_fch_gpio_set()
112 mask &= ~AMD_FCH_GPIO_FLAG_WRITE; in amd_fch_gpio_set()