Searched refs:KEMPLD_GPIO_MASK (Results 1 – 1 of 1) sorted by relevance
27 #define KEMPLD_GPIO_MASK(x) (BIT((x) % 8)) macro49 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()