Home
last modified time | relevance | path

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

/drivers/gpio/
Dgpio-kempld.c27 #define KEMPLD_GPIO_MASK(x) (BIT((x) % 8)) macro
49 status |= KEMPLD_GPIO_MASK(bit); in kempld_gpio_bitop()
51 status &= ~KEMPLD_GPIO_MASK(bit); in kempld_gpio_bitop()
63 return !!(status & KEMPLD_GPIO_MASK(bit)); in kempld_gpio_get_bit()