#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/spinlock.h>
#include <linux/log2.h>
#include <bcm63xx_cpu.h>
#include <bcm63xx_io.h>
#include <bcm63xx_regs.h>
#include <bcm63xx_cs.h>
Go to the source code of this file.
int bcm63xx_set_cs_base |
( |
unsigned int |
cs, |
|
|
u32 |
base, |
|
|
unsigned int |
size |
|
) |
| |
Definition at line 34 of file cs.c.
int bcm63xx_set_cs_param |
( |
unsigned int |
cs, |
|
|
u32 |
params |
|
) |
| |
Definition at line 93 of file cs.c.
int bcm63xx_set_cs_status |
( |
unsigned int |
cs, |
|
|
int |
enable |
|
) |
| |
Definition at line 125 of file cs.c.
int bcm63xx_set_cs_timing |
( |
unsigned int |
cs, |
|
|
unsigned int |
wait, |
|
|
unsigned int |
setup, |
|
|
unsigned int |
hold |
|
) |
| |
Definition at line 65 of file cs.c.