Searched refs:PCI_CFG_AUTO (Results 1 – 6 of 6) sorted by relevance
7 case PCI_CFG_AUTO: in BWL()8 pci_set_config_type(PCI_CFG_AUTO); in BWL()
9 case PCI_CFG_AUTO: in BWL()10 pci_set_config_type(PCI_CFG_AUTO); in BWL()
62 if (type == PCI_CFG_AUTO) { in pci_set_config_type()
464 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()
41 cfgtype = pci_set_config_type(PCI_CFG_AUTO); in dump_pci()
129 PCI_CFG_AUTO = 0, /* autodetect */ enumerator