Searched refs:PCI_COMMAND (Results 1 – 4 of 4) sorted by relevance
94 case PCI_COMMAND: in pci_emulated_read()152 case PCI_COMMAND: in pci_emulated_read()218 case PCI_COMMAND: in pci_emulated_read()
17 #define PCI_COMMAND 0x04 /* 16 bits */ macro
401 … cmd = without_config_data ? (PCI_COMMAND_IO | PCI_COMMAND_MEMORY) : get_conf_word(d, PCI_COMMAND); in show_bases()502 word cmd = reg >= 0 ? get_conf_word(d, PCI_COMMAND) : PCI_COMMAND_MEMORY; in show_rom()687 word cmd = get_conf_word(d, PCI_COMMAND); in show_htype2()847 word cmd = get_conf_word(d, PCI_COMMAND); in show_verbose()912 word cmd = get_conf_word(d, PCI_COMMAND); in show_verbose()
2213 don't check PCI_COMMAND for I/O and memory enables.