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

Functions

int bcm63xx_set_cs_base (unsigned int cs, u32 base, unsigned int size)
 
 EXPORT_SYMBOL (bcm63xx_set_cs_base)
 
int bcm63xx_set_cs_timing (unsigned int cs, unsigned int wait, unsigned int setup, unsigned int hold)
 
 EXPORT_SYMBOL (bcm63xx_set_cs_timing)
 
int bcm63xx_set_cs_param (unsigned int cs, u32 params)
 
 EXPORT_SYMBOL (bcm63xx_set_cs_param)
 
int bcm63xx_set_cs_status (unsigned int cs, int enable)
 
 EXPORT_SYMBOL (bcm63xx_set_cs_status)
 

Function Documentation

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.

EXPORT_SYMBOL ( bcm63xx_set_cs_base  )
EXPORT_SYMBOL ( bcm63xx_set_cs_timing  )
EXPORT_SYMBOL ( bcm63xx_set_cs_param  )
EXPORT_SYMBOL ( bcm63xx_set_cs_status  )