Searched refs:rbtx4938_fpga_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/txx9/rbtx4938/
H A Dsetup.c146 static struct resource rbtx4938_fpga_resource; variable in typeref:struct:resource
211 rbtx4938_fpga_resource.name = "FPGA Registers";
212 rbtx4938_fpga_resource.start = CPHYSADDR(RBTX4938_FPGA_REG_ADDR);
213 rbtx4938_fpga_resource.end = CPHYSADDR(RBTX4938_FPGA_REG_ADDR) + 0xffff;
214 rbtx4938_fpga_resource.flags = IORESOURCE_MEM | IORESOURCE_BUSY;
215 if (request_resource(&txx9_ce_res[2], &rbtx4938_fpga_resource))

Completed in 46 milliseconds