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

Subversion Repositories c0or1k

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 drasko
 
2
#ifndef __PLATFORM_IRQ_H__
3
#define __PLATFORM_IRQ_H__
4
 
5
/*
6
 * Support for generic irq handling using platform irq controller (GIC)
7
 *
8
 * Copyright (C) 2007 Bahadir Balban
9
 */
10
 
11
/* TODO: Not sure about this, need to check */
12
#define IRQ_CHIPS_MAX           4
13
#define IRQS_MAX                96
14
 
15
/* IRQ indices. */
16
#define IRQ_UART0       44
17
#define IRQ_UART1       45
18
#define IRQ_UART2       46
19
#define IRQ_UART3       47
20
 
21
/* General Purpose Timers */
22
#define IRQ_TIMER0      36
23
#define IRQ_TIMER1      37
24
#define IRQ_TIMER2      73
25
#define IRQ_TIMER3      74
26
 
27
#define IRQ_KEYBOARD0   52
28
#define IRQ_MOUSE0      53
29
 
30
#endif /* __PLATFORM_IRQ_H__ */
31
 

powered by: WebSVN 2.1.0

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