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

Go to the source code of this file.

Data Structures

struct  dm9000_plat_data
 

Macros

#define __DM9000_PLATFORM_DATA   __FILE__
 
#define DM9000_PLATF_8BITONLY   (0x0001)
 
#define DM9000_PLATF_16BITONLY   (0x0002)
 
#define DM9000_PLATF_32BITONLY   (0x0004)
 
#define DM9000_PLATF_EXT_PHY   (0x0008)
 
#define DM9000_PLATF_NO_EEPROM   (0x0010)
 
#define DM9000_PLATF_SIMPLE_PHY   (0x0020) /* Use NSR to find LinkStatus */
 

Macro Definition Documentation

#define __DM9000_PLATFORM_DATA   __FILE__

Definition at line 15 of file dm9000.h.

#define DM9000_PLATF_16BITONLY   (0x0002)

Definition at line 20 of file dm9000.h.

#define DM9000_PLATF_32BITONLY   (0x0004)

Definition at line 21 of file dm9000.h.

#define DM9000_PLATF_8BITONLY   (0x0001)

Definition at line 19 of file dm9000.h.

#define DM9000_PLATF_EXT_PHY   (0x0008)

Definition at line 22 of file dm9000.h.

#define DM9000_PLATF_NO_EEPROM   (0x0010)

Definition at line 23 of file dm9000.h.

#define DM9000_PLATF_SIMPLE_PHY   (0x0020) /* Use NSR to find LinkStatus */

Definition at line 24 of file dm9000.h.