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

Go to the source code of this file.

Data Structures

struct  cycx_fw_info
 
struct  cycx_firmware
 
struct  cycx_fw_header
 

Macros

#define CFM_VERSION   2
 
#define CFM_SIGNATURE   "CFM - Cyclades CYCX Firmware Module"
 
#define CFM_IMAGE_SIZE   0x20000 /* max size of CYCX code image file */
 
#define CFM_DESCR_LEN   256 /* max length of description string */
 
#define CFM_MAX_CYCX   1 /* max number of compatible adapters */
 
#define CFM_LOAD_BUFSZ   0x400 /* buffer size for reset code (buffer_load) */
 
#define GEN_POWER_ON   0x1280
 
#define GEN_SET_SEG   0x1401 /* boot segment setting. */
 
#define GEN_BOOT_DAT   0x1402 /* boot data. */
 
#define GEN_START   0x1403 /* board start. */
 
#define GEN_DEFPAR   0x1404 /* buffer length for boot. */
 
#define CYCX_2X   2
 
#define CYCX_8X   8
 
#define CYCX_16X   16
 
#define CFID_X25_2X   5200
 

Macro Definition Documentation

#define CFID_X25_2X   5200

Definition at line 46 of file cycx_cfm.h.

#define CFM_DESCR_LEN   256 /* max length of description string */

Definition at line 28 of file cycx_cfm.h.

#define CFM_IMAGE_SIZE   0x20000 /* max size of CYCX code image file */

Definition at line 27 of file cycx_cfm.h.

#define CFM_LOAD_BUFSZ   0x400 /* buffer size for reset code (buffer_load) */

Definition at line 30 of file cycx_cfm.h.

#define CFM_MAX_CYCX   1 /* max number of compatible adapters */

Definition at line 29 of file cycx_cfm.h.

#define CFM_SIGNATURE   "CFM - Cyclades CYCX Firmware Module"

Definition at line 24 of file cycx_cfm.h.

#define CFM_VERSION   2

Definition at line 23 of file cycx_cfm.h.

#define CYCX_16X   16

Definition at line 44 of file cycx_cfm.h.

#define CYCX_2X   2

Definition at line 41 of file cycx_cfm.h.

#define CYCX_8X   8

Definition at line 43 of file cycx_cfm.h.

#define GEN_BOOT_DAT   0x1402 /* boot data. */

Definition at line 36 of file cycx_cfm.h.

#define GEN_DEFPAR   0x1404 /* buffer length for boot. */

Definition at line 38 of file cycx_cfm.h.

#define GEN_POWER_ON   0x1280

Definition at line 33 of file cycx_cfm.h.

#define GEN_SET_SEG   0x1401 /* boot segment setting. */

Definition at line 35 of file cycx_cfm.h.

#define GEN_START   0x1403 /* board start. */

Definition at line 37 of file cycx_cfm.h.