Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
cs5536_isa.c File Reference
#include <cs5536/cs5536.h>
#include <cs5536/cs5536_pci.h>

Go to the source code of this file.

Functions

void pci_isa_write_bar (int n, u32 value)
 
u32 pci_isa_read_bar (int n)
 
void pci_isa_write_reg (int reg, u32 value)
 
u32 pci_isa_read_reg (int reg)
 

Function Documentation

u32 pci_isa_read_bar ( int  n)

Definition at line 113 of file cs5536_isa.c.

u32 pci_isa_read_reg ( int  reg)

Definition at line 231 of file cs5536_isa.c.

void pci_isa_write_bar ( int  n,
u32  value 
)

Definition at line 87 of file cs5536_isa.c.

void pci_isa_write_reg ( int  reg,
u32  value 
)

Definition at line 137 of file cs5536_isa.c.