Home
last modified time | relevance | path

Searched refs:ep93xx_eth_data (Results 1 – 10 of 10) sorted by relevance

/linux-2.6.39/arch/arm/mach-ep93xx/include/mach/
Dplatform.h15 struct ep93xx_eth_data struct
49 void ep93xx_register_eth(struct ep93xx_eth_data *data, int copy_addr);
/linux-2.6.39/arch/arm/mach-ep93xx/
Dcore.c391 static struct ep93xx_eth_data ep93xx_eth_data; variable
409 .platform_data = &ep93xx_eth_data,
421 void __init ep93xx_register_eth(struct ep93xx_eth_data *data, int copy_addr) in ep93xx_register_eth()
426 ep93xx_eth_data = *data; in ep93xx_register_eth()
Dadssphere.c23 static struct ep93xx_eth_data __initdata adssphere_eth_data = {
Dgesbc9312.c23 static struct ep93xx_eth_data __initdata gesbc9312_eth_data = {
Dsimone.c31 static struct ep93xx_eth_data __initdata simone_eth_data = {
Dmicro9.c64 static struct ep93xx_eth_data __initdata micro9_eth_data = {
Dsnappercl15.c128 static struct ep93xx_eth_data __initdata snappercl15_eth_data = {
Dedb93xx.c55 static struct ep93xx_eth_data __initdata edb93xx_eth_data = {
Dts72xx.c244 static struct ep93xx_eth_data __initdata ts72xx_eth_data = {
/linux-2.6.39/drivers/net/arm/
Dep93xx_eth.c759 static struct net_device *ep93xx_dev_alloc(struct ep93xx_eth_data *data) in ep93xx_dev_alloc()
809 struct ep93xx_eth_data *data; in ep93xx_eth_probe()