Searched refs:mgmt_port_resource (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/cavium-octeon/
H A Docteon-platform.c283 struct resource mgmt_port_resource = { local
305 mgmt_port_resource.start = OCTEON_IRQ_MII0;
308 mgmt_port_resource.start = OCTEON_IRQ_MII1;
313 mgmt_port_resource.end = mgmt_port_resource.start;
315 ret = platform_device_add_resources(pd, &mgmt_port_resource, 1);

Completed in 34 milliseconds