Home
last modified time | relevance | path

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

/linux/drivers/gpio/
H A Dgpio-kempld.c19 #define KEMPLD_GPIO_MASK(x) (BIT((x) % 8)) macro
41 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()