Home
last modified time | relevance | path

Searched refs:PCI_PRI_STATUS (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/pci/
H A Dpcie.c1259 pci_set_word(dev->config + offset + PCI_PRI_STATUS, status_reg); in pcie_pri_init()
1263 pci_set_word(dev->w1cmask + offset + PCI_PRI_STATUS, status_reg_rw1_mask); in pcie_pri_init()
/qemu/include/standard-headers/linux/
H A Dpci_regs.h936 #define PCI_PRI_STATUS 0x06 /* PRI status register */ macro