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

/u-boot/drivers/pci/
H A Dpci_common.c285 int found_multi = 0; local
300 found_multi = header_type & 0x80;
302 if (!found_multi)
H A Dpci-uclass.c867 bool found_multi; local
871 found_multi = false;
881 found_multi = false;
882 if (PCI_FUNC(bdf) && !found_multi)
895 found_multi = header_type & 0x80;

Completed in 44 milliseconds