Home
last modified time | relevance | path

Searched refs:PCI_PM_CTRL_PME_ENABLE (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/xen/xen-pciback/
H A Dconf_space_capability.c157 if (value & PCI_PM_CTRL_PME_ENABLE) { in pm_ctrl_init()
158 value &= ~PCI_PM_CTRL_PME_ENABLE; in pm_ctrl_init()
/OK3568_Linux_fs/kernel/arch/powerpc/sysdev/
H A Dfsl_pci.c1178 pms &= ~PCI_PM_CTRL_PME_ENABLE; in fsl_pci_pme_probe()
1211 pms |= PCI_PM_CTRL_PME_ENABLE; in fsl_pci_pme_probe()
/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.h256 #define PCI_PM_CTRL_PME_ENABLE 0x0100 /* PME pin enable */ 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.h256 #define PCI_PM_CTRL_PME_ENABLE 0x0100 /* PME pin enable */ macro
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dpci.c2233 if (pmcsr & PCI_PM_CTRL_PME_ENABLE) { in pci_check_pme_status()
2235 pmcsr &= ~PCI_PM_CTRL_PME_ENABLE; in pci_check_pme_status()
2334 pmcsr |= PCI_PM_CTRL_PME_STATUS | PCI_PM_CTRL_PME_ENABLE; in __pci_pme_active()
2336 pmcsr &= ~PCI_PM_CTRL_PME_ENABLE; in __pci_pme_active()
2354 pmcsr |= PCI_PM_CTRL_PME_ENABLE; in pci_pme_restore()
2357 pmcsr &= ~PCI_PM_CTRL_PME_ENABLE; in pci_pme_restore()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dpci_regs.h256 #define PCI_PM_CTRL_PME_ENABLE 0x0100 /* PME pin enable */ macro
/OK3568_Linux_fs/u-boot/include/
H A Dpci.h353 #define PCI_PM_CTRL_PME_ENABLE 0x0100 /* PME pin enable */ macro
/OK3568_Linux_fs/kernel/drivers/net/ethernet/micrel/
H A Dksz884x.c3519 data |= PCI_PM_CTRL_PME_ENABLE | PCI_D3hot; in hw_cfg_wol_pme()
3521 data &= ~PCI_PM_CTRL_PME_ENABLE; in hw_cfg_wol_pme()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c3201 pmcsr |= PCI_PM_CTRL_PME_ENABLE; 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.c4812 pmc |= PCI_PM_CTRL_PME_ENABLE; in rtl8168_set_pci_pme()
4814 pmc &= ~PCI_PM_CTRL_PME_ENABLE; in rtl8168_set_pci_pme()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/
H A Dtg3.c16551 pm_reg |= PCI_PM_CTRL_PME_ENABLE | 0 /* D0 */; in tg3_get_invariants()