Lines Matching defs:ranges
511 const uint32_t *ranges;
527 ranges = fdtbus_get_prop(phsc->sc_phandle, "ranges", &ranges_len);
528 if (ranges == NULL) {
530 "couldn't find 'ranges' property\n");
537 __SHIFTIN(be32toh(ranges[i + 1]), __BITS(63, 32)) |
538 __SHIFTIN(be32toh(ranges[i + 2]), __BITS(31, 0));
540 __SHIFTIN(be32toh(ranges[i + 3]), __BITS(63, 32)) |
541 __SHIFTIN(be32toh(ranges[i + 4]), __BITS(31, 0));
542 size = be32toh(ranges[i + 6]);