Home
last modified time | relevance | path

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

/xen/tools/firmware/hvmloader/
A Dpci_regs.h35 #define PCI_STATUS 0x06 /* 16 bits */ macro
/xen/xen/drivers/pci/
A Dpci.c18 status = pci_conf_read16(PCI_SBDF(seg, bus, dev, func), PCI_STATUS); in pci_find_cap_offset()
/xen/xen/include/xen/
A Dpci_regs.h52 #define PCI_STATUS 0x06 /* 16 bits */ macro
/xen/xen/drivers/passthrough/
A Dpci.c253 val = pci_conf_read16(pdev->sbdf, PCI_STATUS); in check_pdev()
258 pci_conf_write16(pdev->sbdf, PCI_STATUS, val & PCI_STATUS_CHECK); in check_pdev()

Completed in 11 milliseconds