Home
last modified time | relevance | path

Searched defs:GPIO_MASK (Results 1 – 3 of 3) sorted by relevance

/arch/unicore32/kernel/
Dirq.c42 #define GPIO_MASK(irq) (1 << (irq - IRQ_GPIO0)) macro
/arch/powerpc/sysdev/
Dppc4xx_gpio.c34 #define GPIO_MASK(gpio) (0x80000000 >> (gpio)) macro
/arch/arm/mach-h720x/include/mach/
Dhardware.h67 #define GPIO_MASK 0x08 macro