Searched refs:tx4939_sram_resource (Results 1 - 1 of 1) sorted by relevance

/arch/mips/txx9/generic/
H A Dsetup_tx4939.c94 static struct resource tx4939_sram_resource; variable in typeref:struct:resource
248 tx4939_sram_resource.name = "SRAM";
249 tx4939_sram_resource.start =
252 tx4939_sram_resource.end =
253 tx4939_sram_resource.start + TX4939_SRAM_SIZE - 1;
254 tx4939_sram_resource.flags = IORESOURCE_MEM;
255 request_resource(&iomem_resource, &tx4939_sram_resource);
495 if (tx4939_sram_resource.start)
496 txx9_sramc_init(&tx4939_sram_resource);

Completed in 29 milliseconds