Home
last modified time | relevance | path

Searched refs:PCI_CFG_NONE (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/com32/lib/pci/
Dcfgtype.c63 type = PCI_CFG_NONE; in pci_set_config_type()
84 type = PCI_CFG_NONE; /* Badness... */ in pci_set_config_type()
Dscan.c468 if (cfgtype == PCI_CFG_NONE) in pci_scan()
546 if (cfgtype == PCI_CFG_NONE) in gather_additional_pci_config()
/external/syslinux/com32/sysdump/
Dpci.c42 if (cfgtype == PCI_CFG_NONE) in dump_pci()
/external/syslinux/com32/include/sys/
Dpci.h128 PCI_CFG_NONE = -1, /* badness */ enumerator