Home
last modified time | relevance | path

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

/pciutils/lib/
H A Demulated.c94 case PCI_COMMAND: in pci_emulated_read()
152 case PCI_COMMAND: in pci_emulated_read()
218 case PCI_COMMAND: in pci_emulated_read()
H A Dheader.h17 #define PCI_COMMAND 0x04 /* 16 bits */ macro
/pciutils/
H A Dlspci.c401 … 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()
H A DChangeLog2213 don't check PCI_COMMAND for I/O and memory enables.