Home
last modified time | relevance | path

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

/pciutils/lib/
H A Decam.c592 if (start_bus)
593 *start_bus = mcfg->allocations[i].start_bus_number;
661 if (start_bus)
662 *start_bus = num;
742 calculate_bus_addr(u8 start_bus, u64 start_addr, u32 total_length, u8 bus, u64 *addr, u32 *length) argument
746 offset = 32*8*4096 * (bus - start_bus);
763 u8 start_bus; local
775 if (domain == cur_domain && bus >= start_bus && bus <= end_bus)
776 return calculate_bus_addr(start_bus, start_addr, total_length, bus, addr, length);
786 if (domain == cur_domain && bus >= start_bus && bus <= end_bus)
[all …]