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

/linux-4.4.14/arch/mips/txx9/generic/
H A Dsetup_tx4939.c93 static struct resource tx4939_sdram_resource[4]; variable in typeref:struct:resource
234 tx4939_sdram_resource[i].name = "DDR SDRAM"; tx4939_setup()
235 tx4939_sdram_resource[i].start = tx4939_setup()
237 tx4939_sdram_resource[i].end = tx4939_setup()
240 tx4939_sdram_resource[i].flags = IORESOURCE_MEM; tx4939_setup()
241 request_resource(&iomem_resource, &tx4939_sdram_resource[i]); tx4939_setup()

Completed in 33 milliseconds