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

Go to the source code of this file.

Functions

void xgifb_reg_set (unsigned long port, u8 index, u8 data)
 
u8 xgifb_reg_get (unsigned long port, u8 index)
 
void xgifb_reg_and_or (unsigned long port, u8 index, unsigned data_and, unsigned data_or)
 
void xgifb_reg_and (unsigned long port, u8 index, unsigned data_and)
 
void xgifb_reg_or (unsigned long port, u8 index, unsigned data_or)
 

Function Documentation

void xgifb_reg_and ( unsigned long  port,
u8  index,
unsigned  data_and 
)

Definition at line 29 of file vb_util.c.

void xgifb_reg_and_or ( unsigned long  port,
u8  index,
unsigned  data_and,
unsigned  data_or 
)

Definition at line 19 of file vb_util.c.

u8 xgifb_reg_get ( unsigned long  port,
u8  index 
)

Definition at line 10 of file vb_util.c.

void xgifb_reg_or ( unsigned long  port,
u8  index,
unsigned  data_or 
)

Definition at line 38 of file vb_util.c.

void xgifb_reg_set ( unsigned long  port,
u8  index,
u8  data 
)

Definition at line 4 of file vb_util.c.