Searched refs:KEMPLD_GPIO_MASK (Results 1 – 1 of 1) sorted by relevance
19 #define KEMPLD_GPIO_MASK(x) (BIT((x) % 8)) macro41 status |= KEMPLD_GPIO_MASK(bit); in kempld_gpio_bitop()43 status &= ~KEMPLD_GPIO_MASK(bit); in kempld_gpio_bitop()55 return !!(status & KEMPLD_GPIO_MASK(bit)); in kempld_gpio_get_bit()