Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/irq.h>
#include <linux/platform_device.h>
#include <linux/interrupt.h>
#include <linux/smc91x.h>
#include <linux/sh_intc.h>
#include <asm/machvec.h>
#include <asm/sizes.h>
Go to the source code of this file.
Macros | |
#define | SMC_IOBASE 0xA2000000 |
#define | SMC_IO_OFFSET 0x300 |
#define | SMC_IOADDR (SMC_IOBASE + SMC_IO_OFFSET) |
#define | ETHERNET_IRQ evt2irq(0x320) |
Functions | |
device_initcall (init_edosk7705_devices) | |
#define ETHERNET_IRQ evt2irq(0x320) |
Definition at line 24 of file board-edosk7705.c.
#define SMC_IO_OFFSET 0x300 |
Definition at line 21 of file board-edosk7705.c.
#define SMC_IOADDR (SMC_IOBASE + SMC_IO_OFFSET) |
Definition at line 22 of file board-edosk7705.c.
#define SMC_IOBASE 0xA2000000 |
Definition at line 20 of file board-edosk7705.c.
device_initcall | ( | init_edosk7705_devices | ) |