#include <linux/eisa.h>
#include <linux/init.h>
#include <linux/ioport.h>
#include <linux/console.h>
#include <linux/screen_info.h>
#include <linux/platform_device.h>
#include <linux/serial_8250.h>
#include <asm/jazz.h>
#include <asm/jazzdma.h>
#include <asm/reboot.h>
#include <asm/pgtable.h>
#include <asm/tlbmisc.h>
Go to the source code of this file.
|
#define | UART_CLK (8000000 / 16) /* ( 3072000 / 16) */ |
|
#define | MEMPORT(_base, _irq) |
|
#define MEMPORT |
( |
|
_base, |
|
|
|
_irq |
|
) |
| |
Value:{ \
.mapbase = (_base), \
.membase = (void *)(_base), \
.irq = (_irq), \
}
Definition at line 97 of file setup.c.
#define UART_CLK (8000000 / 16) /* ( 3072000 / 16) */ |
device_initcall |
( |
jazz_setup_devinit |
| ) |
|
void jazz_machine_restart |
( |
char * |
command | ) |
|