Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
msp_eth.c File Reference
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/ioport.h>
#include <linux/platform_device.h>
#include <linux/delay.h>
#include <msp_regs.h>
#include <msp_int.h>
#include <msp_gpio_macros.h>

Go to the source code of this file.

Macros

#define MSP_ETHERNET_GPIO0   14
 
#define MSP_ETHERNET_GPIO1   15
 
#define MSP_ETHERNET_GPIO2   16
 
#define MSP_ETH_ID   "pmc_mspeth"
 
#define MSP_ETH_SIZE   0xE0
 
#define msp_eth_devs   mspeth_device
 

Functions

int __init msp_eth_setup (void)
 
 subsys_initcall (msp_eth_setup)
 

Macro Definition Documentation

#define msp_eth_devs   mspeth_device

Definition at line 153 of file msp_eth.c.

#define MSP_ETH_ID   "pmc_mspeth"

Definition at line 108 of file msp_eth.c.

#define MSP_ETH_SIZE   0xE0

Definition at line 109 of file msp_eth.c.

#define MSP_ETHERNET_GPIO0   14

Definition at line 37 of file msp_eth.c.

#define MSP_ETHERNET_GPIO1   15

Definition at line 38 of file msp_eth.c.

#define MSP_ETHERNET_GPIO2   16

Definition at line 39 of file msp_eth.c.

Function Documentation

int __init msp_eth_setup ( void  )

Definition at line 156 of file msp_eth.c.

subsys_initcall ( msp_eth_setup  )