Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/mips/txx9/generic/
A Dsetup_tx4938.c89 static struct resource tx4938_sram_resource; variable
226 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()

Completed in 3 milliseconds