Searched refs:_GPIO_IRQ_BASE (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/arm/mach-shmobile/
H A Dirqs.h11 #define _GPIO_IRQ_BASE 2500 macro
12 #define GPIO_IRQ_BASE(x) (_GPIO_IRQ_BASE + (32 * x))
13 #define GPIO_IRQ(x, y) (_GPIO_IRQ_BASE + (32 * x) + y)

Completed in 57 milliseconds