Home
last modified time | relevance | path

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

/arch/powerpc/boot/
Dcuboot-pq2.c41 struct pci_range pci_ranges_buf[MAX_PROP_LEN / sizeof(struct pci_range)]; variable
158 len = getprop(node, "ranges", pci_ranges_buf, in fixup_pci()
159 sizeof(pci_ranges_buf)); in fixup_pci()
162 u32 flags = pci_ranges_buf[i].flags & 0x43000000; in fixup_pci()
165 mem = &pci_ranges_buf[i]; in fixup_pci()
167 mmio = &pci_ranges_buf[i]; in fixup_pci()
169 io = &pci_ranges_buf[i]; in fixup_pci()