Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/txx9/generic/
H A Dsetup_tx4939.c93 static struct resource tx4939_sram_resource; variable
231 tx4939_sram_resource.name = "SRAM"; in tx4939_setup()
232 tx4939_sram_resource.start = in tx4939_setup()
235 tx4939_sram_resource.end = in tx4939_setup()
236 tx4939_sram_resource.start + TX4939_SRAM_SIZE - 1; in tx4939_setup()
237 tx4939_sram_resource.flags = IORESOURCE_MEM; in tx4939_setup()
238 request_resource(&iomem_resource, &tx4939_sram_resource); in tx4939_setup()
479 if (tx4939_sram_resource.start) in tx4939_sramc_init()
480 txx9_sramc_init(&tx4939_sram_resource); in tx4939_sramc_init()

Completed in 1 milliseconds