Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/mach-ux500/include/mach/
Dirqs-db8500.h111 #define IRQ_PRCMU_BASE IRQ_SOC_START macro
112 #define NUM_PRCMU_WAKEUPS (IRQ_PRCMU_END - IRQ_PRCMU_BASE)
114 #define IRQ_PRCMU_RTC (IRQ_PRCMU_BASE)
115 #define IRQ_PRCMU_RTT0 (IRQ_PRCMU_BASE + 1)
116 #define IRQ_PRCMU_RTT1 (IRQ_PRCMU_BASE + 2)
117 #define IRQ_PRCMU_HSI0 (IRQ_PRCMU_BASE + 3)
118 #define IRQ_PRCMU_HSI1 (IRQ_PRCMU_BASE + 4)
119 #define IRQ_PRCMU_CA_WAKE (IRQ_PRCMU_BASE + 5)
120 #define IRQ_PRCMU_USB (IRQ_PRCMU_BASE + 6)
121 #define IRQ_PRCMU_ABB (IRQ_PRCMU_BASE + 7)
[all …]
/linux-3.4.99/drivers/mfd/
Ddb8500-prcmu.c280 #define IRQ_INDEX(_name) ((IRQ_PRCMU_##_name) - IRQ_PRCMU_BASE)
2444 generic_handle_irq(IRQ_PRCMU_BASE + n); in read_mailbox_0()
2592 mb0_transfer.req.dbb_irqs &= ~prcmu_irq_bit[d->irq - IRQ_PRCMU_BASE]; in prcmu_irq_mask()
2606 mb0_transfer.req.dbb_irqs |= prcmu_irq_bit[d->irq - IRQ_PRCMU_BASE]; in prcmu_irq_unmask()
2697 irq = IRQ_PRCMU_BASE + i; in db8500_prcmu_early_init()