Home
last modified time | relevance | path

Searched refs:PCI_COMMAND_IO (Results 1 – 3 of 3) sorted by relevance

/pciutils/lib/
H A Demulated.c100 val |= PCI_COMMAND_IO; in pci_emulated_read()
154 val |= PCI_COMMAND_IO; in pci_emulated_read()
222 val |= PCI_COMMAND_IO; in pci_emulated_read()
H A Dheader.h18 #define PCI_COMMAND_IO 0x1 /* Enable response in I/O space */ macro
/pciutils/
H A Dlspci.c401 …word cmd = without_config_data ? (PCI_COMMAND_IO | PCI_COMMAND_MEMORY) : get_conf_word(d, PCI_COMM… in show_bases()
450 if (a || (cmd & PCI_COMMAND_IO)) in show_bases()
458 else if (!(cmd & PCI_COMMAND_IO)) in show_bases()
723 (cmd & PCI_COMMAND_IO) ? "" : " [disabled]"); in show_htype2()
850 FLAG(cmd, PCI_COMMAND_IO), in show_verbose()