mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[adm8668] cleanup and make interrupt code more robust
Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34552 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -32,11 +32,6 @@
|
||||
/** onboard uart **/
|
||||
#define ADM8668_UARTCLK_FREQ 62500000
|
||||
|
||||
/* interrupt controller */
|
||||
#define IRQ_STATUS_REG 0x00 /* Read */
|
||||
#define IRQ_ENABLE_REG 0x08 /* Read/Write */
|
||||
#define IRQ_DISABLE_REG 0x0C /* Write */
|
||||
|
||||
/* interrupt levels */
|
||||
#define INT_LVL_SWI 1
|
||||
#define INT_LVL_COMMS_RX 2
|
||||
@@ -56,8 +51,6 @@
|
||||
#define INT_LVL_MAX INT_LVL_USB
|
||||
|
||||
/* register access macros */
|
||||
#define ADM8668_INTC_REG(_reg) \
|
||||
(*((volatile unsigned long *)(KSEG1ADDR(ADM8668_INTC_BASE + (_reg)))))
|
||||
#define ADM8668_LAN_REG(_reg) \
|
||||
(*((volatile unsigned int *)(KSEG1ADDR(ADM8668_LAN_BASE + (_reg)))))
|
||||
#define ADM8668_WAN_REG(_reg) \
|
||||
|
||||
@@ -8,9 +8,7 @@
|
||||
#ifndef __ASM_MACH_ADM8668_IRQ_H
|
||||
#define __ASM_MACH_ADM8668_IRQ_H
|
||||
|
||||
#define NR_IRQS 32
|
||||
#define NR_IRQS 32
|
||||
#define MIPS_CPU_IRQ_BASE 16
|
||||
|
||||
#define IRQ_MASK 0xffff
|
||||
|
||||
#endif /* __ASM_MACH_ADM8668_IRQ_H */
|
||||
|
||||
Reference in New Issue
Block a user