Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dpci_regs.h259 #define PCI_PM_CTRL_PME_STATUS 0x8000 /* PME pin status */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dpci_regs.h259 #define PCI_PM_CTRL_PME_STATUS 0x8000 /* PME pin status */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dpci_regs.h259 #define PCI_PM_CTRL_PME_STATUS 0x8000 /* PME pin status */ macro
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dpci.c2228 if (!(pmcsr & PCI_PM_CTRL_PME_STATUS)) in pci_check_pme_status()
2232 pmcsr |= PCI_PM_CTRL_PME_STATUS; in pci_check_pme_status()
2334 pmcsr |= PCI_PM_CTRL_PME_STATUS | PCI_PM_CTRL_PME_ENABLE; in __pci_pme_active()
2355 pmcsr &= ~PCI_PM_CTRL_PME_STATUS; in pci_pme_restore()
2358 pmcsr |= PCI_PM_CTRL_PME_STATUS; in pci_pme_restore()
/OK3568_Linux_fs/u-boot/include/
H A Dpci.h356 #define PCI_PM_CTRL_PME_STATUS 0x8000 /* PME pin status */ macro
/OK3568_Linux_fs/kernel/drivers/net/ethernet/micrel/
H A Dksz884x.c3477 return (data & PCI_PM_CTRL_PME_STATUS) == PCI_PM_CTRL_PME_STATUS; in hw_chk_wol_pme_status()
3497 data |= PCI_PM_CTRL_PME_STATUS; in hw_clr_wol_pme_status()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c3181 PCI_PM_CTRL_PME_STATUS)); in bnx2x_set_power_state()
H A Dbnx2x_main.c9180 pmc |= PCI_PM_CTRL_PME_ENABLE | PCI_PM_CTRL_PME_STATUS; in bnx2x_send_unload_req()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/r8168/
H A Dr8168_n.c4810 pmc |= PCI_PM_CTRL_PME_STATUS; in rtl8168_set_pci_pme()