Home
last modified time | relevance | path

Searched refs:PCI_CFG_AUTO (Results 1 – 6 of 6) sorted by relevance

/external/syslinux/com32/lib/pci/
Dwritex.c7 case PCI_CFG_AUTO: in BWL()
8 pci_set_config_type(PCI_CFG_AUTO); in BWL()
Dreadx.c9 case PCI_CFG_AUTO: in BWL()
10 pci_set_config_type(PCI_CFG_AUTO); in BWL()
Dcfgtype.c62 if (type == PCI_CFG_AUTO) { in pci_set_config_type()
Dscan.c464 cfgtype = pci_set_config_type(PCI_CFG_AUTO); in pci_scan()
545 cfgtype = pci_set_config_type(PCI_CFG_AUTO); in gather_additional_pci_config()
/external/syslinux/com32/sysdump/
Dpci.c41 cfgtype = pci_set_config_type(PCI_CFG_AUTO); in dump_pci()
/external/syslinux/com32/include/sys/
Dpci.h129 PCI_CFG_AUTO = 0, /* autodetect */ enumerator