Home
last modified time | relevance | path

Searched refs:PCI_PM_PMC (Results 1 – 14 of 14) sorted by relevance

/openbmc/qemu/hw/pci-bridge/
H A Dpcie_pci_bridge.c60 pci_set_word(d->config + pos + PCI_PM_PMC, 0x3); in OBJECT_DECLARE_SIMPLE_TYPE()
/openbmc/linux/drivers/xen/xen-pciback/
H A Dconf_space_capability.c168 .offset = PCI_PM_PMC,
/openbmc/qemu/hw/net/
H A Digb.c367 pci_set_word(pdev->config + offset + PCI_PM_PMC, in igb_add_pm_capability()
H A De1000e.c383 pci_set_word(pdev->config + offset + PCI_PM_PMC, in e1000e_add_pm_capability()
H A Deepro100.c559 pci_set_word(pci_conf + cfg_offset + PCI_PM_PMC, 0x7e21); in e100_pci_reset()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h237 #define PCI_PM_PMC 2 /* PM Capabilities Register */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h238 #define PCI_PM_PMC 2 /* PM Capabilities Register */ macro
/openbmc/linux/arch/x86/pci/
H A Dfixup.c1000 pci_read_config_word(rp, rp->pm_cap + PCI_PM_PMC, &pmc); in amd_rp_pme_resume()
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_config.c768 p_setw(perm, PCI_PM_PMC, PCI_PM_CAP_PME_MASK, NO_WRITE); in init_pci_cap_pm_perm()
1461 __le16 *pmc = (__le16 *)&vdev->vconfig[offset + PCI_PM_PMC]; in vfio_update_pm_vconfig_bytes()
/openbmc/qemu/tests/qtest/
H A Dahci-test.c463 dataw = qpci_config_readw(ahci->dev, offset + PCI_PM_PMC); in ahci_test_pmcap()
/openbmc/qemu/hw/virtio/
H A Dvirtio-pci.c2210 pci_set_word(pci_dev->config + pos + PCI_PM_PMC, 0x3); in virtio_pci_realize()
/openbmc/linux/drivers/pci/
H A Dpci.c3254 pci_read_config_word(dev, pm + PCI_PM_PMC, &pmc); in pci_pm_init()
/openbmc/qemu/hw/nvme/
H A Dctrl.c8303 pci_set_word(pci_dev->config + offset + PCI_PM_PMC, in nvme_add_pm_capability()
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c11108 pci_read_config_word(bp->pdev, bp->pdev->pm_cap + PCI_PM_PMC, &pmc); in bnx2x_get_common_hwinfo()