Lines Matching refs:ranges
415 const u32 *busrange, *ranges; in of_scan_pci_bridge() local
437 ranges = of_get_property(node, "ranges", &len); in of_scan_pci_bridge()
439 if (ranges == NULL) { in of_scan_pci_bridge()
458 ranges, simba); in of_scan_pci_bridge()
471 } else if (ranges == NULL) { in of_scan_pci_bridge()
476 for (; len >= 32; len -= 32, ranges += 8) { in of_scan_pci_bridge()
482 ranges[0], ranges[1], ranges[2], ranges[3], in of_scan_pci_bridge()
483 ranges[4], ranges[5], ranges[6], ranges[7]); in of_scan_pci_bridge()
485 flags = pci_parse_of_flags(ranges[0]); in of_scan_pci_bridge()
486 size = GET_64BIT(ranges, 6); in of_scan_pci_bridge()
518 region.start = start = GET_64BIT(ranges, 1); in of_scan_pci_bridge()