Lines Matching defs:ranges
446 len = OF_getprop(node, "ranges", map, sizeof(map));
468 * There exist ISA buses with empty ranges properties. This is
488 /* skip ranges of size==0 */
533 find_lowest_range(rangemap_t *ranges, int nrof, int type)
539 if (ranges[i].type == type && ranges[i].addr != 0 &&
540 ranges[i].addr < addr) {
542 addr = ranges[i].addr;
582 * This may be confusing to some. The ISA ranges property
583 * is supposed to be a set of IO ranges for the ISA bus, but
586 * ranges.