Home
last modified time | relevance | path

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

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