Searched refs:detect (Results 1 – 8 of 8) sorted by relevance
18 static pci_type1 *detect();31 static pci_type1 *detect() { return nullptr; }
20 static pci_bios32 *detect();53 static pci_bios32 *detect() { return nullptr; }
161 if ((pcib = pci_bios32::detect())) { in pci_init_legacy()168 if ((pcib = pci_type1::detect())) { in pci_init_legacy()183 if ((pcib = pci_ecam::detect(ecam_base, segment, start_bus, end_bus))) { in pci_init_ecam()
17 … static pci_ecam *detect(paddr_t ecam_base, uint16_t segment, uint8_t start_bus, uint8_t end_bus);
72 pci_type1 *pci_type1::detect() { in detect() function in pci_type1
40 pci_ecam *pci_ecam::detect(paddr_t base, uint16_t segment, uint8_t start_bus, uint8_t end_bus) { in detect() function in pci_ecam
97 pci_bios32 *pci_bios32::detect() { in detect() function in pci_bios32
93 DCD GPIOIntHandler ; 0 AON edge detect
Completed in 10 milliseconds