Home
last modified time | relevance | path

Searched refs:start_addr (Results 1 – 1 of 1) sorted by relevance

/pciutils/lib/
H A Decam.c611 u64 start_addr; local
690 start_addr = ullnum;
700 if (start_addr + (unsigned)buses * 32 * 8 * 4096 < start_addr)
713 if (start_addr + ullnum < start_addr)
742 calculate_bus_addr(u8 start_bus, u64 start_addr, u32 total_length, u8 bus, u64 *addr, u32 *length) argument
750 *addr = start_addr + offset;
765 u64 start_addr; local
774 … get_mcfg_allocation(mcfg, i, &cur_domain, &start_bus, &end_bus, &start_addr, &total_length);
776 return calculate_bus_addr(start_bus, start_addr, total_length, bus, addr, length);
784 …if (!parse_next_addrs(addrs, &addrs, &cur_domain, &start_bus, &end_bus, &start_addr, &total_length…
[all …]