gt64120_mem_resource   35 arch/mips/pci/pci-malta.c static struct resource gt64120_mem_resource = {
gt64120_mem_resource   69 arch/mips/pci/pci-malta.c 	.mem_resource	= &gt64120_mem_resource,
gt64120_mem_resource  121 arch/mips/pci/pci-malta.c 		gt64120_mem_resource.start = start;
gt64120_mem_resource  122 arch/mips/pci/pci-malta.c 		gt64120_mem_resource.end = end;
gt64120_mem_resource  125 arch/mips/pci/pci-malta.c 		gt64120_mem_resource.start <<= GT_PCI_DCRM_SHF;
gt64120_mem_resource  126 arch/mips/pci/pci-malta.c 		gt64120_mem_resource.end <<= GT_PCI_DCRM_SHF;
gt64120_mem_resource  127 arch/mips/pci/pci-malta.c 		gt64120_mem_resource.end |= (1 << GT_PCI_DCRM_SHF) - 1;