Home
last modified time | relevance | path

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

/lk-master/dev/bus/pci/
A Dtype1.h18 static pci_type1 *detect();
31 static pci_type1 *detect() { return nullptr; }
A Dbios32.h20 static pci_bios32 *detect();
53 static pci_bios32 *detect() { return nullptr; }
A Dpci.cpp161 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()
A Decam.h17 … static pci_ecam *detect(paddr_t ecam_base, uint16_t segment, uint8_t start_bus, uint8_t end_bus);
A Dtype1.cpp72 pci_type1 *pci_type1::detect() { in detect() function in pci_type1
A Decam.cpp40 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
A Dbios32.cpp97 pci_bios32 *pci_bios32::detect() { in detect() function in pci_bios32
/lk-master/external/platform/cc13xx/cc13xxware/startup_files/
A Dstartup_keil.s93 DCD GPIOIntHandler ; 0 AON edge detect

Completed in 10 milliseconds