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

Go to the source code of this file.

Macros

#define HPLANCE_ID   0x01 /* DIO register: ID byte */
 
#define HPLANCE_STATUS   0x03 /* DIO register: interrupt enable/status */
 
#define LE_IE   0x80 /* interrupt enable */
 
#define LE_IR   0x40 /* interrupt requested */
 
#define LE_LOCK   0x08 /* lock status register */
 
#define LE_ACK   0x04 /* ack of lock */
 
#define LE_JAB   0x02 /* loss of tx clock (???) */
 
#define HPLANCE_IDOFF   0 /* board baseaddr */
 
#define HPLANCE_REGOFF   0x4000 /* lance registers */
 
#define HPLANCE_MEMOFF   0x8000 /* struct lance_init_block */
 
#define HPLANCE_NVRAMOFF   0xC008 /* etheraddress as one *nibble* per byte */
 

Macro Definition Documentation

#define HPLANCE_ID   0x01 /* DIO register: ID byte */

Definition at line 7 of file hplance.h.

#define HPLANCE_IDOFF   0 /* board baseaddr */

Definition at line 23 of file hplance.h.

#define HPLANCE_MEMOFF   0x8000 /* struct lance_init_block */

Definition at line 25 of file hplance.h.

#define HPLANCE_NVRAMOFF   0xC008 /* etheraddress as one *nibble* per byte */

Definition at line 26 of file hplance.h.

#define HPLANCE_REGOFF   0x4000 /* lance registers */

Definition at line 24 of file hplance.h.

#define HPLANCE_STATUS   0x03 /* DIO register: interrupt enable/status */

Definition at line 8 of file hplance.h.

#define LE_ACK   0x04 /* ack of lock */

Definition at line 14 of file hplance.h.

#define LE_IE   0x80 /* interrupt enable */

Definition at line 11 of file hplance.h.

#define LE_IR   0x40 /* interrupt requested */

Definition at line 12 of file hplance.h.

#define LE_JAB   0x02 /* loss of tx clock (???) */

Definition at line 15 of file hplance.h.

#define LE_LOCK   0x08 /* lock status register */

Definition at line 13 of file hplance.h.