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

Go to the source code of this file.

Macros

#define PCXHR_FIRMWARE_XLX_INT_INDEX   0
 
#define PCXHR_FIRMWARE_XLX_COM_INDEX   1
 
#define PCXHR_FIRMWARE_DSP_EPRM_INDEX   2
 
#define PCXHR_FIRMWARE_DSP_BOOT_INDEX   3
 
#define PCXHR_FIRMWARE_DSP_MAIN_INDEX   4
 
#define PCXHR_FIRMWARE_FILES_MAX_INDEX   5
 

Functions

int pcxhr_setup_firmware (struct pcxhr_mgr *mgr)
 
void pcxhr_reset_board (struct pcxhr_mgr *mgr)
 

Macro Definition Documentation

#define PCXHR_FIRMWARE_DSP_BOOT_INDEX   3

Definition at line 31 of file pcxhr_hwdep.h.

#define PCXHR_FIRMWARE_DSP_EPRM_INDEX   2

Definition at line 30 of file pcxhr_hwdep.h.

#define PCXHR_FIRMWARE_DSP_MAIN_INDEX   4

Definition at line 32 of file pcxhr_hwdep.h.

#define PCXHR_FIRMWARE_FILES_MAX_INDEX   5

Definition at line 33 of file pcxhr_hwdep.h.

#define PCXHR_FIRMWARE_XLX_COM_INDEX   1

Definition at line 29 of file pcxhr_hwdep.h.

#define PCXHR_FIRMWARE_XLX_INT_INDEX   0

Definition at line 28 of file pcxhr_hwdep.h.

Function Documentation

void pcxhr_reset_board ( struct pcxhr_mgr mgr)

Definition at line 139 of file pcxhr_hwdep.c.

int pcxhr_setup_firmware ( struct pcxhr_mgr mgr)

Definition at line 475 of file pcxhr_hwdep.c.