Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
vb_util.h File Reference

Go to the source code of this file.

Functions

void xgifb_reg_set (unsigned long, u8, u8)
 
u8 xgifb_reg_get (unsigned long, u8)
 
void xgifb_reg_or (unsigned long, u8, unsigned)
 
void xgifb_reg_and (unsigned long, u8, unsigned)
 
void xgifb_reg_and_or (unsigned long, u8, unsigned, unsigned)
 

Function Documentation

void xgifb_reg_and ( unsigned  long,
u8  ,
unsigned   
)

Definition at line 29 of file vb_util.c.

void xgifb_reg_and_or ( unsigned  long,
u8  ,
unsigned  ,
unsigned   
)

Definition at line 19 of file vb_util.c.

u8 xgifb_reg_get ( unsigned  long,
u8   
)

Definition at line 10 of file vb_util.c.

void xgifb_reg_or ( unsigned  long,
u8  ,
unsigned   
)

Definition at line 38 of file vb_util.c.

void xgifb_reg_set ( unsigned  long,
u8  ,
u8   
)

Definition at line 4 of file vb_util.c.