Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-s3c/
H A Dirqs-s3c64xx.h28 #define IRQ_VIC0_BASE S3C_IRQ(0) macro
33 #define S3C64XX_IRQ_VIC0(x) (IRQ_VIC0_BASE + (x))
H A Ds3c64xx.c218 #define IRQ_VIC0_RESUME (1 << (IRQ_RTC_TIC - IRQ_VIC0_BASE))
232 vic_init(VA_VIC0, IRQ_VIC0_BASE, vic0_valid, IRQ_VIC0_RESUME); in s3c64xx_init_irq()