Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/boot/
Dcuboot-pq2.c38 struct pci_range pci_ranges_buf[MAX_PROP_LEN / sizeof(struct pci_range)]; variable
155 len = getprop(node, "ranges", pci_ranges_buf, in fixup_pci()
156 sizeof(pci_ranges_buf)); in fixup_pci()
159 u32 flags = pci_ranges_buf[i].flags & 0x43000000; in fixup_pci()
162 mem = &pci_ranges_buf[i]; in fixup_pci()
164 mmio = &pci_ranges_buf[i]; in fixup_pci()
166 io = &pci_ranges_buf[i]; in fixup_pci()