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

Go to the source code of this file.

Macros

#define SET_BIT   0
 
#define CLR_BIT   1
 
#define SET_CLK   2
 
#define CLR_CLK   3
 

Functions

void sym_nvram_setup_host (struct Scsi_Host *shost, struct sym_hcb *np, struct sym_nvram *nvram)
 
void sym_nvram_setup_target (struct sym_tcb *tp, int target, struct sym_nvram *nvp)
 
int sym_read_nvram (struct sym_device *np, struct sym_nvram *nvp)
 
charsym_nvram_type (struct sym_nvram *nvp)
 

Macro Definition Documentation

#define CLR_BIT   1

Definition at line 249 of file sym_nvram.c.

#define CLR_CLK   3

Definition at line 251 of file sym_nvram.c.

#define SET_BIT   0

Definition at line 248 of file sym_nvram.c.

#define SET_CLK   2

Definition at line 250 of file sym_nvram.c.

Function Documentation

void sym_nvram_setup_host ( struct Scsi_Host shost,
struct sym_hcb np,
struct sym_nvram nvram 
)

Definition at line 50 of file sym_nvram.c.

void sym_nvram_setup_target ( struct sym_tcb tp,
int  target,
struct sym_nvram nvp 
)

Definition at line 138 of file sym_nvram.c.

char* sym_nvram_type ( struct sym_nvram nvp)

Definition at line 767 of file sym_nvram.c.

int sym_read_nvram ( struct sym_device np,
struct sym_nvram nvp 
)

Definition at line 753 of file sym_nvram.c.