Searched refs:tx4938_sram_resource (Results 1 – 1 of 1) sorted by relevance
89 static struct resource tx4938_sram_resource; variable226 tx4938_sram_resource.name = "SRAM"; in tx4938_setup()227 tx4938_sram_resource.start = in tx4938_setup()230 tx4938_sram_resource.end = in tx4938_setup()231 tx4938_sram_resource.start + TX4938_SRAM_SIZE - 1; in tx4938_setup()232 tx4938_sram_resource.flags = IORESOURCE_MEM; in tx4938_setup()233 request_resource(&iomem_resource, &tx4938_sram_resource); in tx4938_setup()427 if (tx4938_sram_resource.start) in tx4938_sramc_init()428 txx9_sramc_init(&tx4938_sram_resource); in tx4938_sramc_init()