Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
include
linux
sh_eth.h
Go to the documentation of this file.
1
#ifndef __ASM_SH_ETH_H__
2
#define __ASM_SH_ETH_H__
3
4
#include <
linux/phy.h
>
5
6
enum
{
EDMAC_LITTLE_ENDIAN
,
EDMAC_BIG_ENDIAN
};
7
enum
{
8
SH_ETH_REG_GIGABIT
,
9
SH_ETH_REG_FAST_SH4
,
10
SH_ETH_REG_FAST_SH3_SH2
11
};
12
13
struct
sh_eth_plat_data
{
14
int
phy
;
15
int
edmac_endian
;
16
int
register_type
;
17
phy_interface_t
phy_interface
;
18
void
(*
set_mdio_gate
)(
void
*
addr
);
19
20
unsigned
char
mac_addr
[6];
21
unsigned
no_ether_link
:1;
22
unsigned
ether_link_active_low
:1;
23
unsigned
needs_init
:1;
24
};
25
26
#endif
Generated on Thu Jan 10 2013 14:04:45 for Linux Kernel by
1.8.2