Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 1 milliseconds