Searched refs:min_mem_addr (Results 1 - 2 of 2) sorted by relevance

/broadcom-cfe-1.4.2/cfe/pci/
H A Dpciconf.c435 ppri->min_mem_addr = 0xffffffff;
1021 pb->min_mem_addr = pcimemaddr.next;
1052 if (pm->address < pb->min_mem_addr)
1053 pb->min_mem_addr = pm->address;
1071 if (pb->min_mem_addr < pb->max_mem_addr) {
1141 if (ppri->min_mem_addr > psec->min_mem_addr)
1142 ppri->min_mem_addr = psec->min_mem_addr;
1152 if (pb->min_mem_addr < p
[all...]
H A Dpci_internal.h142 uint32_t min_mem_addr; /* min mem address allocated to bus */ member in struct:pci_bus

Completed in 78 milliseconds