tx4938_sram_resource   89 arch/mips/txx9/generic/setup_tx4938.c static struct resource tx4938_sram_resource;
tx4938_sram_resource  226 arch/mips/txx9/generic/setup_tx4938.c 		tx4938_sram_resource.name = "SRAM";
tx4938_sram_resource  227 arch/mips/txx9/generic/setup_tx4938.c 		tx4938_sram_resource.start =
tx4938_sram_resource  230 arch/mips/txx9/generic/setup_tx4938.c 		tx4938_sram_resource.end =
tx4938_sram_resource  231 arch/mips/txx9/generic/setup_tx4938.c 			tx4938_sram_resource.start + TX4938_SRAM_SIZE - 1;
tx4938_sram_resource  232 arch/mips/txx9/generic/setup_tx4938.c 		tx4938_sram_resource.flags = IORESOURCE_MEM;
tx4938_sram_resource  233 arch/mips/txx9/generic/setup_tx4938.c 		request_resource(&iomem_resource, &tx4938_sram_resource);
tx4938_sram_resource  427 arch/mips/txx9/generic/setup_tx4938.c 	if (tx4938_sram_resource.start)
tx4938_sram_resource  428 arch/mips/txx9/generic/setup_tx4938.c 		txx9_sramc_init(&tx4938_sram_resource);