Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-cp2112.c35 #define CP2112_GPIO_ALL_GPIO_MASK GENMASK(7, 0) macro
177 static int gpio_push_pull = CP2112_GPIO_ALL_GPIO_MASK;
230 buf[1] = value ? CP2112_GPIO_ALL_GPIO_MASK : 0; in cp2112_gpio_set()