Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/mips/txx9/generic/
A Dsetup_tx4938.c88 static struct resource tx4938_sdram_resource[4]; variable
215 tx4938_sdram_resource[i].name = "SDRAM"; in tx4938_setup()
216 tx4938_sdram_resource[i].start = base; in tx4938_setup()
217 tx4938_sdram_resource[i].end = base + size - 1; in tx4938_setup()
218 tx4938_sdram_resource[i].flags = IORESOURCE_MEM; in tx4938_setup()
219 request_resource(&iomem_resource, &tx4938_sdram_resource[i]); in tx4938_setup()

Completed in 3 milliseconds