Lines Matching refs:ranges
418 const u32 *busrange, *ranges; in of_scan_pci_bridge() local
440 ranges = of_get_property(node, "ranges", &len); in of_scan_pci_bridge()
442 if (ranges == NULL) { in of_scan_pci_bridge()
461 ranges, simba); in of_scan_pci_bridge()
474 } else if (ranges == NULL) { in of_scan_pci_bridge()
479 for (; len >= 32; len -= 32, ranges += 8) { in of_scan_pci_bridge()
485 ranges[0], ranges[1], ranges[2], ranges[3], in of_scan_pci_bridge()
486 ranges[4], ranges[5], ranges[6], ranges[7]); in of_scan_pci_bridge()
488 flags = pci_parse_of_flags(ranges[0]); in of_scan_pci_bridge()
489 size = GET_64BIT(ranges, 6); in of_scan_pci_bridge()
521 region.start = start = GET_64BIT(ranges, 1); in of_scan_pci_bridge()