Home | History | Annotate | Download | only in fdt

Lines Matching defs:bus_phys

270 		      uint64_t bus_phys = DECODE64(ranges, 1);
287 pibs->ranges[pibs->nranges].bpci = bus_phys;
293 bus_phys, size, cpu_phys);
298 if (bus_phys == 0 && size >= 0x10000) {
299 bus_phys += 0x1000;
303 PCICONF_RESOURCE_IO, bus_phys, size);
315 pmbs->ranges[pmbs->nranges].bpci = bus_phys;
324 is64 ? 64 : 32, bus_phys, size, cpu_phys);
329 is64 ? 64 : 32, bus_phys, size, cpu_phys);
331 error = pciconf_resource_add(pcires, type, bus_phys,