Searched refs:GPIO_EDGE_CAUSE_OFF (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/plat-orion/ |
H A D | gpio.c | 36 #define GPIO_EDGE_CAUSE_OFF 0x0014 macro 78 return ochip->base + GPIO_EDGE_CAUSE_OFF; in GPIO_EDGE_CAUSE() 595 ct->regs.ack = GPIO_EDGE_CAUSE_OFF; in orion_gpio_init()
|
/kernel/linux/linux-6.6/arch/arm/plat-orion/ |
H A D | gpio.c | 37 #define GPIO_EDGE_CAUSE_OFF 0x0014 macro 79 return ochip->base + GPIO_EDGE_CAUSE_OFF; in GPIO_EDGE_CAUSE() 592 ct->regs.ack = GPIO_EDGE_CAUSE_OFF; in orion_gpio_init()
|
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpio-mvebu.c | 63 #define GPIO_EDGE_CAUSE_OFF 0x0014 macro 146 *offset = GPIO_EDGE_CAUSE_OFF + mvchip->offset; in mvebu_gpioreg_edge_cause() 1164 GPIO_EDGE_CAUSE_OFF + mvchip->offset, 0); in mvebu_gpio_probe() 1171 regmap_write(mvchip->regs, GPIO_EDGE_CAUSE_OFF, 0); in mvebu_gpio_probe() 1180 regmap_write(mvchip->regs, GPIO_EDGE_CAUSE_OFF, 0); in mvebu_gpio_probe()
|
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-mvebu.c | 60 #define GPIO_EDGE_CAUSE_OFF 0x0014 macro 148 *offset = GPIO_EDGE_CAUSE_OFF + mvchip->offset; in mvebu_gpioreg_edge_cause() 1203 GPIO_EDGE_CAUSE_OFF + mvchip->offset, 0); in mvebu_gpio_probe() 1210 regmap_write(mvchip->regs, GPIO_EDGE_CAUSE_OFF, 0); in mvebu_gpio_probe() 1219 regmap_write(mvchip->regs, GPIO_EDGE_CAUSE_OFF, 0); in mvebu_gpio_probe()
|
Completed in 6 milliseconds