Home
last modified time | relevance | path

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

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