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

/linux-master/arch/mips/txx9/generic/
H A Dsetup_tx4938.c89 static struct resource tx4938_sram_resource; variable in typeref:struct:resource
226 tx4938_sram_resource.name = "SRAM";
227 tx4938_sram_resource.start =
230 tx4938_sram_resource.end =
231 tx4938_sram_resource.start + TX4938_SRAM_SIZE - 1;
232 tx4938_sram_resource.flags = IORESOURCE_MEM;
233 request_resource(&iomem_resource, &tx4938_sram_resource);
427 if (tx4938_sram_resource.start)
428 txx9_sramc_init(&tx4938_sram_resource);

Completed in 98 milliseconds