tx4927_sdram_resource   86 arch/mips/txx9/generic/setup_tx4927.c static struct resource tx4927_sdram_resource[4];
tx4927_sdram_resource  202 arch/mips/txx9/generic/setup_tx4927.c 		tx4927_sdram_resource[i].name = "SDRAM";
tx4927_sdram_resource  203 arch/mips/txx9/generic/setup_tx4927.c 		tx4927_sdram_resource[i].start = base;
tx4927_sdram_resource  204 arch/mips/txx9/generic/setup_tx4927.c 		tx4927_sdram_resource[i].end = base + size - 1;
tx4927_sdram_resource  205 arch/mips/txx9/generic/setup_tx4927.c 		tx4927_sdram_resource[i].flags = IORESOURCE_MEM;
tx4927_sdram_resource  206 arch/mips/txx9/generic/setup_tx4927.c 		request_resource(&iomem_resource, &tx4927_sdram_resource[i]);