OpenCores
URL https://opencores.org/ocsvn/c0or1k/c0or1k/trunk

Subversion Repositories c0or1k

[/] [c0or1k/] [trunk/] [include/] [l4/] [platform/] [pb11mpcore/] [irq.h] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 drasko
#ifndef __PLATFORM_IRQ_H__
2
#define __PLATFORM_IRQ_H__
3
 
4
/* TODO: Not sure about this, need to check */
5
#define IRQ_CHIPS_MAX                   4
6
#define IRQS_MAX                        96
7
 
8
/* IRQ indices. */
9
#define IRQ_TIMER0                      36
10
#define IRQ_TIMER1                      37
11
#define IRQ_TIMER2                     73
12
#define IRQ_TIMER3                     74
13
#define IRQ_RTC                         42
14
#define IRQ_UART0                       44
15
#define IRQ_UART1                       45
16
#define IRQ_UART2                       46
17
#define IRQ_UART3                       47
18
 
19
/*
20
 * Interrupt Distribution:
21
 * 0-31: SI, provided by distributed interrupt controller
22
 * 32-63: Externel peripheral interrupts
23
 * 64-71: Tile site interrupt
24
 * 72-95: Externel peripheral interrupts
25
 */
26
 
27
#endif /* __PLATFORM_IRQ_H__ */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.