Searched refs:PORTWELL_GPIO_VAL_REG (Results 1 – 1 of 1) sorted by relevance
42 #define PORTWELL_GPIO_VAL_REG 0x2c macro86 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