Searched refs:PCI_COMMAND_IO (Results 1 – 2 of 2) sorted by relevance
124 BUILD_BUG_ON((typeof(*pci_devfn_decode_type))PCI_COMMAND_IO != in pci_setup()125 PCI_COMMAND_IO); in pci_setup()236 cmd &= ~(PCI_COMMAND_MEMORY | PCI_COMMAND_IO); in pci_setup()573 pci_devfn_decode_type[devfn] |= PCI_COMMAND_IO; in pci_setup()593 pci_devfn_decode_type[vga_devfn] |= PCI_COMMAND_IO; in pci_setup()
23 #define PCI_COMMAND_IO 0x1 /* Enable response in I/O space */ macro
Completed in 20 milliseconds