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

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

Completed in 101 milliseconds