Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/
H A Dportwell-ec.c44 #define PORTWELL_GPIO_VAL_REG 0x2c macro
149 return pwec_read(PORTWELL_GPIO_VAL_REG) & BIT(offset) ? 1 : 0; in pwec_gpio_get()
154 u8 tmp = pwec_read(PORTWELL_GPIO_VAL_REG); in pwec_gpio_set()
160 pwec_write(PORTWELL_GPIO_VAL_REG, tmp); in pwec_gpio_set()