Searched refs:GPIO_IN_POL_OFF (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpio-mvebu.c | 61 #define GPIO_IN_POL_OFF 0x000c macro 318 regmap_read(mvchip->regs, GPIO_IN_POL_OFF + mvchip->offset, in mvebu_gpio_get() 522 GPIO_IN_POL_OFF + mvchip->offset, in mvebu_gpio_irq_set_type() 528 GPIO_IN_POL_OFF + mvchip->offset, in mvebu_gpio_irq_set_type() 535 GPIO_IN_POL_OFF + mvchip->offset, &in_pol); in mvebu_gpio_irq_set_type() 548 GPIO_IN_POL_OFF + mvchip->offset, in mvebu_gpio_irq_set_type() 589 GPIO_IN_POL_OFF + mvchip->offset, in mvebu_gpio_irq_handler() 593 GPIO_IN_POL_OFF + mvchip->offset, in mvebu_gpio_irq_handler() 853 regmap_read(mvchip->regs, GPIO_IN_POL_OFF + mvchip->offset, &in_pol); in mvebu_gpio_dbg_show() 930 regmap_read(mvchip->regs, GPIO_IN_POL_OFF in mvebu_gpio_suspend() [all...] |
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-mvebu.c | 58 #define GPIO_IN_POL_OFF 0x000c macro 320 regmap_read(mvchip->regs, GPIO_IN_POL_OFF + mvchip->offset, in mvebu_gpio_get() 524 GPIO_IN_POL_OFF + mvchip->offset, in mvebu_gpio_irq_set_type() 530 GPIO_IN_POL_OFF + mvchip->offset, in mvebu_gpio_irq_set_type() 537 GPIO_IN_POL_OFF + mvchip->offset, &in_pol); in mvebu_gpio_irq_set_type() 550 GPIO_IN_POL_OFF + mvchip->offset, in mvebu_gpio_irq_set_type() 591 GPIO_IN_POL_OFF + mvchip->offset, in mvebu_gpio_irq_handler() 595 GPIO_IN_POL_OFF + mvchip->offset, in mvebu_gpio_irq_handler() 893 regmap_read(mvchip->regs, GPIO_IN_POL_OFF + mvchip->offset, &in_pol); in mvebu_gpio_dbg_show() 970 regmap_read(mvchip->regs, GPIO_IN_POL_OFF in mvebu_gpio_suspend() [all...] |
/kernel/linux/linux-5.10/arch/arm/plat-orion/ |
H A D | gpio.c | 34 #define GPIO_IN_POL_OFF 0x000c macro 68 return ochip->base + GPIO_IN_POL_OFF; in GPIO_IN_POL()
|
/kernel/linux/linux-6.6/arch/arm/plat-orion/ |
H A D | gpio.c | 35 #define GPIO_IN_POL_OFF 0x000c macro 69 return ochip->base + GPIO_IN_POL_OFF; in GPIO_IN_POL()
|
Completed in 5 milliseconds