Searched refs:PCI_PM_PMC (Results 1 – 14 of 14) sorted by relevance
/openbmc/qemu/hw/pci-bridge/ |
H A D | pcie_pci_bridge.c | 60 pci_set_word(d->config + pos + PCI_PM_PMC, 0x3); in OBJECT_DECLARE_SIMPLE_TYPE()
|
/openbmc/linux/drivers/xen/xen-pciback/ |
H A D | conf_space_capability.c | 168 .offset = PCI_PM_PMC,
|
/openbmc/qemu/hw/net/ |
H A D | igb.c | 367 pci_set_word(pdev->config + offset + PCI_PM_PMC, in igb_add_pm_capability()
|
H A D | e1000e.c | 383 pci_set_word(pdev->config + offset + PCI_PM_PMC, in e1000e_add_pm_capability()
|
H A D | eepro100.c | 559 pci_set_word(pci_conf + cfg_offset + PCI_PM_PMC, 0x7e21); in e100_pci_reset()
|
/openbmc/linux/include/uapi/linux/ |
H A D | pci_regs.h | 237 #define PCI_PM_PMC 2 /* PM Capabilities Register */ macro
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | pci_regs.h | 238 #define PCI_PM_PMC 2 /* PM Capabilities Register */ macro
|
/openbmc/linux/arch/x86/pci/ |
H A D | fixup.c | 1000 pci_read_config_word(rp, rp->pm_cap + PCI_PM_PMC, &pmc); in amd_rp_pme_resume()
|
/openbmc/linux/drivers/vfio/pci/ |
H A D | vfio_pci_config.c | 768 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 D | ahci-test.c | 463 dataw = qpci_config_readw(ahci->dev, offset + PCI_PM_PMC); in ahci_test_pmcap()
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-pci.c | 2210 pci_set_word(pci_dev->config + pos + PCI_PM_PMC, 0x3); in virtio_pci_realize()
|
/openbmc/linux/drivers/pci/ |
H A D | pci.c | 3254 pci_read_config_word(dev, pm + PCI_PM_PMC, &pmc); in pci_pm_init()
|
/openbmc/qemu/hw/nvme/ |
H A D | ctrl.c | 8303 pci_set_word(pci_dev->config + offset + PCI_PM_PMC, in nvme_add_pm_capability()
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_main.c | 11108 pci_read_config_word(bp->pdev, bp->pdev->pm_cap + PCI_PM_PMC, &pmc); in bnx2x_get_common_hwinfo()
|