Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
crc_info Struct Reference

#include <bfin_crc.h>

Data Fields

unsigned charin_addr
 
unsigned charout_addr
 
unsigned long datasize
 
union {
   unsigned long   crc_compare
 
   unsigned long   val_verify
 
   unsigned long   val_fill
 
}; 
 
unsigned long crc_poly
 
union {
   unsigned long   crc_result
 
   unsigned long   pos_verify
 
}; 
 
unsigned int bitmirr:1
 
unsigned int bytmirr:1
 
unsigned int w16swp:1
 
unsigned int fdsel:1
 
unsigned int rsltmirr:1
 
unsigned int polymirr:1
 
unsigned int cmpmirr:1
 

Detailed Description

Definition at line 13 of file bfin_crc.h.

Field Documentation

union { ... }
union { ... }
unsigned int bitmirr

Definition at line 37 of file bfin_crc.h.

unsigned int bytmirr

Definition at line 38 of file bfin_crc.h.

unsigned int cmpmirr

Definition at line 43 of file bfin_crc.h.

unsigned long crc_compare

Definition at line 22 of file bfin_crc.h.

unsigned long crc_poly

Definition at line 29 of file bfin_crc.h.

unsigned long crc_result

Definition at line 32 of file bfin_crc.h.

unsigned long datasize

Definition at line 19 of file bfin_crc.h.

unsigned int fdsel

Definition at line 40 of file bfin_crc.h.

unsigned char* in_addr

Definition at line 15 of file bfin_crc.h.

unsigned char* out_addr

Definition at line 17 of file bfin_crc.h.

unsigned int polymirr

Definition at line 42 of file bfin_crc.h.

unsigned long pos_verify

Definition at line 34 of file bfin_crc.h.

unsigned int rsltmirr

Definition at line 41 of file bfin_crc.h.

unsigned long val_fill

Definition at line 26 of file bfin_crc.h.

unsigned long val_verify

Definition at line 24 of file bfin_crc.h.

unsigned int w16swp

Definition at line 39 of file bfin_crc.h.


The documentation for this struct was generated from the following file: