Release 4.10 arch/mips/include/asm/mach-au1x00/au1xxx_eth.h
#ifndef __AU1X00_ETH_DATA_H
#define __AU1X00_ETH_DATA_H
/* Platform specific PHY configuration passed to the MAC driver */
struct au1000_eth_platform_data {
int phy_static_config;
int phy_search_highest_addr;
int phy1_search_mac0;
int phy_addr;
int phy_busid;
int phy_irq;
char mac[6];
};
void __init au1xxx_override_eth_cfg(unsigned port,
struct au1000_eth_platform_data *eth_data);
#endif /* __AU1X00_ETH_DATA_H */
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
florian fainelli | florian fainelli | 46 | 88.46% | 1 | 50.00% |
manuel lauss | manuel lauss | 6 | 11.54% | 1 | 50.00% |
| Total | 52 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.