Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/pci/
Dpci-malta.c47 static struct resource gt64120_mem_resource = { variable
81 .mem_resource = &gt64120_mem_resource,
133 gt64120_mem_resource.start = start; in mips_pcibios_init()
134 gt64120_mem_resource.end = end; in mips_pcibios_init()
137 gt64120_mem_resource.start <<= GT_PCI_DCRM_SHF; in mips_pcibios_init()
138 gt64120_mem_resource.end <<= GT_PCI_DCRM_SHF; in mips_pcibios_init()
139 gt64120_mem_resource.end |= (1 << GT_PCI_DCRM_SHF) - 1; in mips_pcibios_init()