#include <generated/utsrelease.h>
#include <linux/kernel.h>
#include <linux/sched.h>
#include <linux/delay.h>
#include <linux/interrupt.h>
#include <linux/fs.h>
#include <linux/mm.h>
#include <linux/fb.h>
#include <linux/console.h>
#include <linux/genhd.h>
#include <linux/errno.h>
#include <linux/string.h>
#include <linux/major.h>
#include <linux/bootmem.h>
#include <linux/highmem.h>
#include <linux/seq_file.h>
#include <linux/serial.h>
#include <linux/serial_core.h>
#include <linux/serial_reg.h>
#include <linux/serial_8250.h>
#include <asm/setup.h>
#include <asm/irq.h>
#include <asm/sections.h>
#include <asm/pgalloc.h>
#include <asm/busctl-regs.h>
#include <asm/serial-regs.h>
#include <asm/timer-regs.h>
#include <asm/irc-regs.h>
#include <asm/spr-regs.h>
#include <asm/mb-regs.h>
#include <asm/mb93493-regs.h>
#include <asm/gdb-stub.h>
#include <asm/io.h>
#include "local.h"
Go to the source code of this file.
|
#define | __pminit __init |
|
#define | __pminitdata __initdata |
|
#define | __pminitconst __initconst |
|
#define | _frac(N, D) ((N)<<4 | (D)) |
|
#define | _x0_16 _frac(1,6) |
|
#define | _x0_25 _frac(1,4) |
|
#define | _x0_33 _frac(1,3) |
|
#define | _x0_375 _frac(3,8) |
|
#define | _x0_5 _frac(1,2) |
|
#define | _x0_66 _frac(2,3) |
|
#define | _x0_75 _frac(3,4) |
|
#define | _x1 _frac(1,1) |
|
#define | _x1_5 _frac(3,2) |
|
#define | _x2 _frac(2,1) |
|
#define | _x3 _frac(3,1) |
|
#define | _x4 _frac(4,1) |
|
#define | _x4_5 _frac(9,2) |
|
#define | _x6 _frac(6,1) |
|
#define | _x8 _frac(8,1) |
|
#define | _x9 _frac(9,1) |
|
#define | CLOCK_CMODES_PERMITTED_FR405 0xd31f |
|
#define | CLOCK(SRC, RATIO) ((SRC) * (((RATIO) >> 4) & 0x0f) / ((RATIO) & 0x0f)) |
|
#define | print_clk(TAG, VAR) seq_printf(m, "Clock-" TAG ":\t%lu.%2.2lu MHz\n", VAR / 1000000, (VAR / 10000) % 100) |
|
#define _frac |
( |
|
N, |
|
|
|
D |
|
) |
| ((N)<<4 | (D)) |
#define _x0_16 _frac(1,6) |
#define _x0_25 _frac(1,4) |
#define _x0_33 _frac(1,3) |
#define _x0_375 _frac(3,8) |
#define _x0_66 _frac(2,3) |
#define _x0_75 _frac(3,4) |
#define CLOCK |
( |
|
SRC, |
|
|
|
RATIO |
|
) |
| ((SRC) * (((RATIO) >> 4) & 0x0f) / ((RATIO) & 0x0f)) |
#define CLOCK_CMODES_PERMITTED_FR405 0xd31f |
#define print_clk |
( |
|
TAG, |
|
|
|
VAR |
|
) |
| seq_printf(m, "Clock-" TAG ":\t%lu.%2.2lu MHz\n", VAR / 1000000, (VAR / 10000) % 100) |
const char __frv_mb93090_mb00[] = "mb93090-mb00" |
const char __frv_mb93091_cb10[] = "mb93091-cb10" |
const char __frv_mb93091_cb11[] = "mb93091-cb11" |
const char __frv_mb93091_cb30[] = "mb93091-cb30" |
const char __frv_mb93091_cb41[] = "mb93091-cb41" |
const char __frv_mb93091_cb451[] = "mb93091-cb451" |
const char __frv_mb93091_cb60[] = "mb93091-cb60" |
const char __frv_mb93091_cb70[] = "mb93091-cb70" |
const char __frv_unknown_system[] = "unknown" |
int __nongprelbss clock_cm_current |
int __nongprelbss clock_cmode_current |
int __nongprelbss clock_p0_current |
Initial value:= {
.next = c_next,
.stop = c_stop,
}
Definition at line 1117 of file setup.c.
unsigned long __nongprelbss dma_coherent_mem_end |
unsigned long __nongprelbss dma_coherent_mem_start |
unsigned long __nongprelbss memory_end |
unsigned long __nongprelbss memory_start |
unsigned long __nongprelbss pdm_suspend_mode |
unsigned long __nongprelbss rom_length |