Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/txx9/generic/
Dsetup_tx4927.c86 static struct resource tx4927_sdram_resource[4]; variable
202 tx4927_sdram_resource[i].name = "SDRAM"; in tx4927_setup()
203 tx4927_sdram_resource[i].start = base; in tx4927_setup()
204 tx4927_sdram_resource[i].end = base + size - 1; in tx4927_setup()
205 tx4927_sdram_resource[i].flags = IORESOURCE_MEM; in tx4927_setup()
206 request_resource(&iomem_resource, &tx4927_sdram_resource[i]); in tx4927_setup()