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

Go to the source code of this file.

Macros

#define ERR_NONE   0 /* no error occurred */
 
#define ERR_ALREADY_BOOT   1000 /* we are already booting */
 
#define EPOF_BAD_MAGIC   1001 /* bad magic in POF header */
 
#define ERR_BOARD_DPRAM   1002 /* board DPRAM failed */
 
#define EPOF_INTERNAL   1003 /* internal POF handler error */
 
#define EPOF_BAD_IMG_SIZE   1004 /* POF boot image size invalid */
 
#define ERR_BOOTIMG_FAIL   1005 /* 1. stage boot image did not start */
 
#define ERR_BOOTSEQ_FAIL   1006 /* 2. stage boot seq handshake timeout */
 
#define ERR_POF_TIMEOUT   1007 /* timeout waiting for card pof ready */
 
#define ERR_NOT_BOOTED   1008 /* operation only allowed when booted */
 
#define ERR_CONF_LONG   1009 /* conf line is too long */
 
#define ERR_INV_CHAN   1010 /* invalid channel number */
 
#define ERR_ASYNC_TIME   1011 /* timeout sending async data */
 

Macro Definition Documentation

#define EPOF_BAD_IMG_SIZE   1004 /* POF boot image size invalid */

Definition at line 22 of file hysdn_if.h.

#define EPOF_BAD_MAGIC   1001 /* bad magic in POF header */

Definition at line 19 of file hysdn_if.h.

#define EPOF_INTERNAL   1003 /* internal POF handler error */

Definition at line 21 of file hysdn_if.h.

#define ERR_ALREADY_BOOT   1000 /* we are already booting */

Definition at line 18 of file hysdn_if.h.

#define ERR_ASYNC_TIME   1011 /* timeout sending async data */

Definition at line 29 of file hysdn_if.h.

#define ERR_BOARD_DPRAM   1002 /* board DPRAM failed */

Definition at line 20 of file hysdn_if.h.

#define ERR_BOOTIMG_FAIL   1005 /* 1. stage boot image did not start */

Definition at line 23 of file hysdn_if.h.

#define ERR_BOOTSEQ_FAIL   1006 /* 2. stage boot seq handshake timeout */

Definition at line 24 of file hysdn_if.h.

#define ERR_CONF_LONG   1009 /* conf line is too long */

Definition at line 27 of file hysdn_if.h.

#define ERR_INV_CHAN   1010 /* invalid channel number */

Definition at line 28 of file hysdn_if.h.

#define ERR_NONE   0 /* no error occurred */

Definition at line 17 of file hysdn_if.h.

#define ERR_NOT_BOOTED   1008 /* operation only allowed when booted */

Definition at line 26 of file hysdn_if.h.

#define ERR_POF_TIMEOUT   1007 /* timeout waiting for card pof ready */

Definition at line 25 of file hysdn_if.h.