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

Go to the source code of this file.

Enumerations

enum  {
  CS5536_FUNC_START = -1, CS5536_ISA_FUNC, reserved_func, CS5536_IDE_FUNC,
  CS5536_ACC_FUNC, CS5536_OHCI_FUNC, CS5536_EHCI_FUNC, CS5536_FUNC_END
}
 

Functions

void cs5536_pci_conf_write4 (int function, int reg, u32 value)
 
u32 cs5536_pci_conf_read4 (int function, int reg)
 

Enumeration Type Documentation

anonymous enum
Enumerator:
CS5536_FUNC_START 
CS5536_ISA_FUNC 
reserved_func 
CS5536_IDE_FUNC 
CS5536_ACC_FUNC 
CS5536_OHCI_FUNC 
CS5536_EHCI_FUNC 
CS5536_FUNC_END 

Definition at line 26 of file cs5536_pci.c.

Function Documentation

u32 cs5536_pci_conf_read4 ( int  function,
int  reg 
)

Definition at line 72 of file cs5536_pci.c.

void cs5536_pci_conf_write4 ( int  function,
int  reg,
u32  value 
)

Definition at line 58 of file cs5536_pci.c.