Home
last modified time | relevance | path

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

/kvm-unit-tests/lib/
H A Dpci.c77 uint16_t val = pci_config_readw(dev->bdf, PCI_COMMAND); in pci_cmd_set_clr()
84 pci_config_writew(dev->bdf, PCI_COMMAND, val); in pci_cmd_set_clr()
H A Dpci-host-generic.c253 pci_config_writew(dev, PCI_COMMAND, cmd); in pci_probe()
/kvm-unit-tests/lib/linux/
H A Dpci_regs.h32 #define PCI_COMMAND 0x04 /* 16 bits */ macro