Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
sym_fw.c File Reference
#include "sym_glue.h"
#include "sym_fw1.h"
#include "sym_fw2.h"

Go to the source code of this file.

Macros

#define SYM_GEN_A(s, label)   ((short) offsetof(s, label)),
 
#define SYM_GEN_B(s, label)   ((short) offsetof(s, label)),
 
#define SYM_GEN_Z(s, label)   ((short) offsetof(s, label)),
 
#define PADDR_A(label)   SYM_GEN_PADDR_A(struct SYM_FWA_SCR, label)
 
#define PADDR_B(label)   SYM_GEN_PADDR_B(struct SYM_FWB_SCR, label)
 
#define SYM_FWA_SCR   sym_fw1a_scr
 
#define SYM_FWB_SCR   sym_fw1b_scr
 
#define SYM_FWZ_SCR   sym_fw1z_scr
 
#define SYM_FWA_SCR   sym_fw2a_scr
 
#define SYM_FWB_SCR   sym_fw2b_scr
 
#define SYM_FWZ_SCR   sym_fw2z_scr
 

Functions

struct sym_fwsym_find_firmware (struct sym_chip *chip)
 
void sym_fw_bind_script (struct sym_hcb *np, u32 *start, int len)
 

Macro Definition Documentation

#define PADDR_A (   label)    SYM_GEN_PADDR_A(struct SYM_FWA_SCR, label)

Definition at line 48 of file sym_fw.c.

#define PADDR_B (   label)    SYM_GEN_PADDR_B(struct SYM_FWB_SCR, label)

Definition at line 49 of file sym_fw.c.

#define SYM_FWA_SCR   sym_fw1a_scr

Definition at line 77 of file sym_fw.c.

#define SYM_FWA_SCR   sym_fw2a_scr

Definition at line 77 of file sym_fw.c.

#define SYM_FWB_SCR   sym_fw1b_scr

Definition at line 78 of file sym_fw.c.

#define SYM_FWB_SCR   sym_fw2b_scr

Definition at line 78 of file sym_fw.c.

#define SYM_FWZ_SCR   sym_fw1z_scr

Definition at line 79 of file sym_fw.c.

#define SYM_FWZ_SCR   sym_fw2z_scr

Definition at line 79 of file sym_fw.c.

#define SYM_GEN_A (   s,
  label 
)    ((short) offsetof(s, label)),

Definition at line 45 of file sym_fw.c.

#define SYM_GEN_B (   s,
  label 
)    ((short) offsetof(s, label)),

Definition at line 46 of file sym_fw.c.

#define SYM_GEN_Z (   s,
  label 
)    ((short) offsetof(s, label)),

Definition at line 47 of file sym_fw.c.

Function Documentation

struct sym_fw* sym_find_firmware ( struct sym_chip chip)
read

Definition at line 350 of file sym_fw.c.

void sym_fw_bind_script ( struct sym_hcb np,
u32 start,
int  len 
)

Definition at line 365 of file sym_fw.c.