Home
last modified time | relevance | path

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

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