Home
last modified time | relevance | path

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

/drivers/platform/x86/
A Dportwell-ec.c42 #define PORTWELL_GPIO_VAL_REG 0x2c macro
86 return pwec_read(PORTWELL_GPIO_VAL_REG) & BIT(offset) ? 1 : 0; in pwec_gpio_get()
91 u8 tmp = pwec_read(PORTWELL_GPIO_VAL_REG); in pwec_gpio_set()
97 pwec_write(PORTWELL_GPIO_VAL_REG, tmp); in pwec_gpio_set()

Completed in 3 milliseconds