Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
vss.c File Reference
#include <linux/module.h>
#include <linux/spinlock.h>
#include <asm/mach-au1x00/au1000.h>

Go to the source code of this file.

Macros

#define VSS_GATE   0x00 /* gate wait timers */
 
#define VSS_CLKRST   0x04 /* clock/block control */
 
#define VSS_FTR   0x08 /* footers */
 
#define VSS_ADDR(blk)   (KSEG1ADDR(AU1300_VSS_PHYS_ADDR) + (blk * 0x0c))
 

Functions

void au1300_vss_block_control (int block, int enable)
 
 EXPORT_SYMBOL_GPL (au1300_vss_block_control)
 

Macro Definition Documentation

#define VSS_ADDR (   blk)    (KSEG1ADDR(AU1300_VSS_PHYS_ADDR) + (blk * 0x0c))

Definition at line 17 of file vss.c.

#define VSS_CLKRST   0x04 /* clock/block control */

Definition at line 14 of file vss.c.

#define VSS_FTR   0x08 /* footers */

Definition at line 15 of file vss.c.

#define VSS_GATE   0x00 /* gate wait timers */

Definition at line 13 of file vss.c.

Function Documentation

void au1300_vss_block_control ( int  block,
int  enable 
)

Definition at line 69 of file vss.c.

EXPORT_SYMBOL_GPL ( au1300_vss_block_control  )