tx4939_sram_resource   94 arch/mips/txx9/generic/setup_tx4939.c static struct resource tx4939_sram_resource;
tx4939_sram_resource  248 arch/mips/txx9/generic/setup_tx4939.c 		tx4939_sram_resource.name = "SRAM";
tx4939_sram_resource  249 arch/mips/txx9/generic/setup_tx4939.c 		tx4939_sram_resource.start =
tx4939_sram_resource  252 arch/mips/txx9/generic/setup_tx4939.c 		tx4939_sram_resource.end =
tx4939_sram_resource  253 arch/mips/txx9/generic/setup_tx4939.c 			tx4939_sram_resource.start + TX4939_SRAM_SIZE - 1;
tx4939_sram_resource  254 arch/mips/txx9/generic/setup_tx4939.c 		tx4939_sram_resource.flags = IORESOURCE_MEM;
tx4939_sram_resource  255 arch/mips/txx9/generic/setup_tx4939.c 		request_resource(&iomem_resource, &tx4939_sram_resource);
tx4939_sram_resource  496 arch/mips/txx9/generic/setup_tx4939.c 	if (tx4939_sram_resource.start)
tx4939_sram_resource  497 arch/mips/txx9/generic/setup_tx4939.c 		txx9_sramc_init(&tx4939_sram_resource);