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

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

Completed in 26 milliseconds