Home
last modified time | relevance | path

Searched refs:PCI_PM_CTRL_PME_STATUS (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/xen/xen-pciback/
H A Dconf_space_capability.c112 #define PM_OK_BITS (PCI_PM_CTRL_PME_STATUS|PCI_PM_CTRL_DATA_SEL_MASK)
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_config.c784 PCI_PM_CTRL_PME_ENABLE | PCI_PM_CTRL_PME_STATUS, in init_pci_cap_pm_perm()
785 ~(PCI_PM_CTRL_PME_ENABLE | PCI_PM_CTRL_PME_STATUS | in init_pci_cap_pm_perm()
1470 *ctrl &= ~cpu_to_le16(PCI_PM_CTRL_PME_ENABLE | PCI_PM_CTRL_PME_STATUS); in vfio_update_pm_vconfig_bytes()
/openbmc/qemu/hw/net/
H A Digb.c377 PCI_PM_CTRL_PME_STATUS); in igb_add_pm_capability()
H A De1000e.c393 PCI_PM_CTRL_PME_STATUS); in e1000e_add_pm_capability()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h259 #define PCI_PM_CTRL_PME_STATUS 0x8000 /* PME pin status */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h260 #define PCI_PM_CTRL_PME_STATUS 0x8000 /* PME pin status */ macro
/openbmc/linux/drivers/pci/
H A Dpci.c2396 if (!(pmcsr & PCI_PM_CTRL_PME_STATUS)) in pci_check_pme_status()
2400 pmcsr |= PCI_PM_CTRL_PME_STATUS; in pci_check_pme_status()
2518 pmcsr |= PCI_PM_CTRL_PME_STATUS | PCI_PM_CTRL_PME_ENABLE; in __pci_pme_active()
2539 pmcsr &= ~PCI_PM_CTRL_PME_STATUS; in pci_pme_restore()
2542 pmcsr |= PCI_PM_CTRL_PME_STATUS; in pci_pme_restore()
/openbmc/u-boot/include/
H A Dpci.h355 #define PCI_PM_CTRL_PME_STATUS 0x8000 /* PME pin status */ macro
/openbmc/linux/drivers/net/ethernet/micrel/
H A Dksz884x.c3104 return (data & PCI_PM_CTRL_PME_STATUS) == PCI_PM_CTRL_PME_STATUS; in hw_chk_wol_pme_status()
3124 data |= PCI_PM_CTRL_PME_STATUS; in hw_clr_wol_pme_status()
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c3197 PCI_PM_CTRL_PME_STATUS)); in bnx2x_set_power_state()
H A Dbnx2x_main.c9178 pmc |= PCI_PM_CTRL_PME_ENABLE | PCI_PM_CTRL_PME_STATUS; in bnx2x_send_unload_req()