Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 1 milliseconds