Linux Kernel
3.7.1
|
#include <linux/err.h>
#include <linux/init.h>
#include <linux/spinlock.h>
#include <linux/io.h>
#include <linux/of.h>
#include <linux/of_address.h>
#include <asm/cacheflush.h>
#include <asm/hardware/cache-l2x0.h>
Go to the source code of this file.
Data Structures | |
struct | l2x0_of_data |
Macros | |
#define | CACHE_LINE_SIZE 32 |
#define | cache_wait cache_wait_way |
#define | pl310_set_debug NULL |
Functions | |
void __init | l2x0_init (void __iomem *base, u32 aux_val, u32 aux_mask) |
Variables | |
struct l2x0_regs | l2x0_saved_regs |
#define CACHE_LINE_SIZE 32 |
Definition at line 29 of file cache-l2x0.c.
#define cache_wait cache_wait_way |
Definition at line 58 of file cache-l2x0.c.
#define pl310_set_debug NULL |
Definition at line 100 of file cache-l2x0.c.
Definition at line 309 of file cache-l2x0.c.
Definition at line 37 of file cache-l2x0.c.