Searched refs:NSP_GPIO_INT_POLARITY (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/pinctrl/bcm/ |
H A D | pinctrl-nsp-gpio.c | 43 #define NSP_GPIO_INT_POLARITY 0x50 macro 153 readl(chip->base + NSP_GPIO_INT_POLARITY); in nsp_gpio_irq_handler() 231 level_low = nsp_get_bit(chip, REG, NSP_GPIO_INT_POLARITY, gpio); in nsp_gpio_irq_set_type() 258 nsp_set_bit(chip, REG, NSP_GPIO_INT_POLARITY, gpio, level_low); in nsp_gpio_irq_set_type()
|
/kernel/linux/linux-6.6/drivers/pinctrl/bcm/ |
H A D | pinctrl-nsp-gpio.c | 32 #define NSP_GPIO_INT_POLARITY 0x50 macro 141 readl(chip->base + NSP_GPIO_INT_POLARITY); in nsp_gpio_irq_handler() 220 level_low = nsp_get_bit(chip, REG, NSP_GPIO_INT_POLARITY, gpio); in nsp_gpio_irq_set_type() 247 nsp_set_bit(chip, REG, NSP_GPIO_INT_POLARITY, gpio, level_low); in nsp_gpio_irq_set_type()
|
Completed in 3 milliseconds