tx4938_sdram_resource 88 arch/mips/txx9/generic/setup_tx4938.c static struct resource tx4938_sdram_resource[4]; tx4938_sdram_resource 215 arch/mips/txx9/generic/setup_tx4938.c tx4938_sdram_resource[i].name = "SDRAM"; tx4938_sdram_resource 216 arch/mips/txx9/generic/setup_tx4938.c tx4938_sdram_resource[i].start = base; tx4938_sdram_resource 217 arch/mips/txx9/generic/setup_tx4938.c tx4938_sdram_resource[i].end = base + size - 1; tx4938_sdram_resource 218 arch/mips/txx9/generic/setup_tx4938.c tx4938_sdram_resource[i].flags = IORESOURCE_MEM; tx4938_sdram_resource 219 arch/mips/txx9/generic/setup_tx4938.c request_resource(&iomem_resource, &tx4938_sdram_resource[i]);