#include <linux/init.h>
#include <linux/err.h>
#include <linux/clk.h>
#include <linux/io.h>
#include <asm/hw_breakpoint.h>
Go to the source code of this file.
#define UBC_CAMR |
( |
|
idx | ) |
(0xff20000c + (0x20 * idx)) |
Definition at line 21 of file ubc.c.
#define UBC_CAR |
( |
|
idx | ) |
(0xff200008 + (0x20 * idx)) |
Definition at line 20 of file ubc.c.
#define UBC_CBCR 0xff200620 |
Definition at line 24 of file ubc.c.
#define UBC_CBR |
( |
|
idx | ) |
(0xff200000 + (0x20 * idx)) |
Definition at line 18 of file ubc.c.
#define UBC_CBR_CE (1 << 0) |
Definition at line 31 of file ubc.c.
#define UBC_CCMFR 0xff200600 |
Definition at line 23 of file ubc.c.
#define UBC_CRR |
( |
|
idx | ) |
(0xff200004 + (0x20 * idx)) |
Definition at line 19 of file ubc.c.
#define UBC_CRR_BIE (1 << 0) |
Definition at line 28 of file ubc.c.
#define UBC_CRR_PCB (1 << 1) |
Definition at line 27 of file ubc.c.
arch_initcall |
( |
sh4a_ubc_init |
| ) |
|