Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions | Variables
cache-l2x0.c File Reference
#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
 

Macro Definition Documentation

#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.

Function Documentation

void __init l2x0_init ( void __iomem base,
u32  aux_val,
u32  aux_mask 
)

Definition at line 309 of file cache-l2x0.c.

Variable Documentation

struct l2x0_regs l2x0_saved_regs

Definition at line 37 of file cache-l2x0.c.