~ubuntu-branches/ubuntu/precise/linux-lowlatency/precise

« back to all changes in this revision

Viewing changes to arch/arm/mach-ks8695/include/mach/irqs.h

  • Committer: Package Import Robot
  • Author(s): Alessio Igor Bogani
  • Date: 2011-10-26 11:13:05 UTC
  • Revision ID: package-import@ubuntu.com-20111026111305-tz023xykf0i6eosh
Tags: upstream-3.2.0
ImportĀ upstreamĀ versionĀ 3.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * arch/arm/mach-ks8695/include/mach/irqs.h
 
3
 *
 
4
 * Copyright (C) 2006 Simtec Electronics
 
5
 *   Ben Dooks <ben@simtec.co.uk>
 
6
 *
 
7
 * This program is free software; you can redistribute it and/or modify
 
8
 * it under the terms of the GNU General Public License version 2 as
 
9
 * published by the Free Software Foundation.
 
10
 */
 
11
 
 
12
#ifndef __ASM_ARCH_IRQS_H
 
13
#define __ASM_ARCH_IRQS_H
 
14
 
 
15
 
 
16
#define NR_IRQS                         32
 
17
 
 
18
/*
 
19
 * IRQ definitions
 
20
 */
 
21
#define KS8695_IRQ_COMM_RX              0
 
22
#define KS8695_IRQ_COMM_TX              1
 
23
#define KS8695_IRQ_EXTERN0              2
 
24
#define KS8695_IRQ_EXTERN1              3
 
25
#define KS8695_IRQ_EXTERN2              4
 
26
#define KS8695_IRQ_EXTERN3              5
 
27
#define KS8695_IRQ_TIMER0               6
 
28
#define KS8695_IRQ_TIMER1               7
 
29
#define KS8695_IRQ_UART_TX              8
 
30
#define KS8695_IRQ_UART_RX              9
 
31
#define KS8695_IRQ_UART_LINE_STATUS     10
 
32
#define KS8695_IRQ_UART_MODEM_STATUS    11
 
33
#define KS8695_IRQ_LAN_RX_STOP          12
 
34
#define KS8695_IRQ_LAN_TX_STOP          13
 
35
#define KS8695_IRQ_LAN_RX_BUF           14
 
36
#define KS8695_IRQ_LAN_TX_BUF           15
 
37
#define KS8695_IRQ_LAN_RX_STATUS        16
 
38
#define KS8695_IRQ_LAN_TX_STATUS        17
 
39
#define KS8695_IRQ_HPNA_RX_STOP         18
 
40
#define KS8695_IRQ_HPNA_TX_STOP         19
 
41
#define KS8695_IRQ_HPNA_RX_BUF          20
 
42
#define KS8695_IRQ_HPNA_TX_BUF          21
 
43
#define KS8695_IRQ_HPNA_RX_STATUS       22
 
44
#define KS8695_IRQ_HPNA_TX_STATUS       23
 
45
#define KS8695_IRQ_BUS_ERROR            24
 
46
#define KS8695_IRQ_WAN_RX_STOP          25
 
47
#define KS8695_IRQ_WAN_TX_STOP          26
 
48
#define KS8695_IRQ_WAN_RX_BUF           27
 
49
#define KS8695_IRQ_WAN_TX_BUF           28
 
50
#define KS8695_IRQ_WAN_RX_STATUS        29
 
51
#define KS8695_IRQ_WAN_TX_STATUS        30
 
52
#define KS8695_IRQ_WAN_LINK             31
 
53
 
 
54
#endif