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
arch
mips
include
asm
mach-au1x00
au1xxx_eth.h
Go to the documentation of this file.
1
#ifndef __AU1X00_ETH_DATA_H
2
#define __AU1X00_ETH_DATA_H
3
4
/* Platform specific PHY configuration passed to the MAC driver */
5
struct
au1000_eth_platform_data
{
6
int
phy_static_config
;
7
int
phy_search_highest_addr
;
8
int
phy1_search_mac0
;
9
int
phy_addr
;
10
int
phy_busid
;
11
int
phy_irq
;
12
char
mac
[6];
13
};
14
15
void
__init
au1xxx_override_eth_cfg
(
unsigned
port
,
16
struct
au1000_eth_platform_data
*eth_data);
17
18
#endif
/* __AU1X00_ETH_DATA_H */
Generated on Thu Jan 10 2013 13:09:43 for Linux Kernel by
1.8.2