Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-s3c/
H A Ds3c64xx.c219 #define IRQ_VIC1_RESUME (1 << (IRQ_RTC_ALARM - IRQ_VIC1_BASE) | \
220 1 << (IRQ_PENDN - IRQ_VIC1_BASE) | \
221 1 << (IRQ_HSMMC0 - IRQ_VIC1_BASE) | \
222 1 << (IRQ_HSMMC1 - IRQ_VIC1_BASE) | \
223 1 << (IRQ_HSMMC2 - IRQ_VIC1_BASE))
233 vic_init(VA_VIC1, IRQ_VIC1_BASE, vic1_valid, IRQ_VIC1_RESUME); in s3c64xx_init_irq()
H A Dirqs-s3c64xx.h29 #define IRQ_VIC1_BASE S3C_IRQ(32) macro
34 #define S3C64XX_IRQ_VIC1(x) (IRQ_VIC1_BASE + (x))