arch/mips/include/asm/mach-au1x00/au1xxx_eth.h

Source file repositories/reference/linux-study-clean/arch/mips/include/asm/mach-au1x00/au1xxx_eth.h

File Facts

System
Linux kernel
Corpus path
arch/mips/include/asm/mach-au1x00/au1xxx_eth.h
Extension
.h
Size
469 bytes
Lines
20
Domain
Architecture Layer
Bucket
arch/mips
Inferred role
Architecture Layer: implementation source
Status
source implementation candidate

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

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 */

Annotation

Implementation Notes