Searched defs:GPIO_EDGE_MASK (Results 1 – 2 of 2) sorted by relevance
25 #define GPIO_EDGE_MASK(pin) (MVEBU_GPIO0_BASE + GPIO_OFF(pin) + 0x18) macro
82 static void __iomem *GPIO_EDGE_MASK(struct orion_gpio_chip *ochip) in GPIO_EDGE_MASK() function