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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/tx4938/toshiba_rbtx4938/
H A Dsetup.c663 static struct resource rbtx4938_fpga_resource; variable in typeref:struct:resource
999 rbtx4938_fpga_resource.name = "FPGA Registers";
1000 rbtx4938_fpga_resource.start = CPHYSADDR(RBTX4938_FPGA_REG_ADDR);
1001 rbtx4938_fpga_resource.end = CPHYSADDR(RBTX4938_FPGA_REG_ADDR) + 0xffff;
1002 rbtx4938_fpga_resource.flags = IORESOURCE_MEM | IORESOURCE_BUSY;
1003 if (request_resource(&iomem_resource, &rbtx4938_fpga_resource))

Completed in 42 milliseconds