Home
last modified time | relevance | path

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

/arch/mips/txx9/rbtx4938/
Dsetup.c147 static struct resource rbtx4938_fpga_resource; variable
212 rbtx4938_fpga_resource.name = "FPGA Registers"; in rbtx4938_mem_setup()
213 rbtx4938_fpga_resource.start = CPHYSADDR(RBTX4938_FPGA_REG_ADDR); in rbtx4938_mem_setup()
214 rbtx4938_fpga_resource.end = CPHYSADDR(RBTX4938_FPGA_REG_ADDR) + 0xffff; in rbtx4938_mem_setup()
215 rbtx4938_fpga_resource.flags = IORESOURCE_MEM | IORESOURCE_BUSY; in rbtx4938_mem_setup()
216 if (request_resource(&txx9_ce_res[2], &rbtx4938_fpga_resource)) in rbtx4938_mem_setup()