Home
last modified time | relevance | path

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

/external/syslinux/com32/hdt/
Dhdt-common.c200 hardware->pci_detection = false; in init_hardware()
550 if (hardware->pci_detection == true) in detect_pci()
552 hardware->pci_detection = true; in detect_pci()
Dhdt-common.h204 bool pci_detection; /* Does the pci stuff has already been detected? */ member