Home
last modified time | relevance | path

Searched refs:GPIO_EDGE_CAUSE (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/arm/mach-kirkwood/include/mach/
H A Dgpio.h24 #define GPIO_EDGE_CAUSE(pin) (MVEBU_GPIO0_BASE + GPIO_OFF(pin) + 0x14) macro
/openbmc/linux/arch/arm/plat-orion/
H A Dgpio.c77 static void __iomem *GPIO_EDGE_CAUSE(struct orion_gpio_chip *ochip) in GPIO_EDGE_CAUSE() function
415 cause |= readl(GPIO_EDGE_CAUSE(ochip)) & readl(GPIO_EDGE_MASK(ochip)); in gpio_irq_handler()
454 cause = readl_relaxed(GPIO_EDGE_CAUSE(ochip)); in orion_gpio_dbg_show()
562 writel(0, GPIO_EDGE_CAUSE(ochip)); in orion_gpio_init()