Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/pci/
H A Dpci-malta.c35 static struct resource gt64120_mem_resource = { variable
69 .mem_resource = &gt64120_mem_resource,
121 gt64120_mem_resource.start = start; in mips_pcibios_init()
122 gt64120_mem_resource.end = end; in mips_pcibios_init()
125 gt64120_mem_resource.start <<= GT_PCI_DCRM_SHF; in mips_pcibios_init()
126 gt64120_mem_resource.end <<= GT_PCI_DCRM_SHF; in mips_pcibios_init()
127 gt64120_mem_resource.end |= (1 << GT_PCI_DCRM_SHF) - 1; in mips_pcibios_init()