| /OK3568_Linux_fs/kernel/sound/soc/intel/catpt/ |
| H A D | dsp.c | 372 catpt_updatel_pci(cdev, PMCS, PCI_PM_CTRL_STATE_MASK, PCI_D3hot); in lpt_dsp_power_down() 385 catpt_updatel_pci(cdev, PMCS, PCI_PM_CTRL_STATE_MASK, PCI_D0); in lpt_dsp_power_up() 436 catpt_updatel_pci(cdev, PMCS, PCI_PM_CTRL_STATE_MASK, PCI_D3hot); in wpt_dsp_power_down() 460 catpt_updatel_pci(cdev, PMCS, PCI_PM_CTRL_STATE_MASK, PCI_D0); in wpt_dsp_power_up()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | early-quirks.c | 641 if ((pmcsr & PCI_PM_CTRL_STATE_MASK) != PCI_D0) { in apple_airport_reset() 642 pmcsr &= ~PCI_PM_CTRL_STATE_MASK; in apple_airport_reset() 647 if ((pmcsr & PCI_PM_CTRL_STATE_MASK) != PCI_D0) { in apple_airport_reset()
|
| /OK3568_Linux_fs/kernel/drivers/hid/intel-ish-hid/ipc/ |
| H A D | ipc.c | 754 csr &= ~PCI_PM_CTRL_STATE_MASK; in _ish_hw_reset() 760 csr &= ~PCI_PM_CTRL_STATE_MASK; in _ish_hw_reset()
|
| /OK3568_Linux_fs/kernel/drivers/xen/xen-pciback/ |
| H A D | conf_space_capability.c | 125 new_state = (pci_power_t)(new_value & PCI_PM_CTRL_STATE_MASK); in pm_ctrl_write()
|
| /OK3568_Linux_fs/kernel/arch/x86/pci/ |
| H A D | intel_mid_pci.c | 339 dev->current_state = (pci_power_t __force)(pmcsr & PCI_PM_CTRL_STATE_MASK); in mid_power_off_one_device()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gvt/ |
| H A D | cfg_space.c | 98 & PCI_PM_CTRL_STATE_MASK); in vgpu_pci_cfg_mem_write()
|
| /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 D | pci_regs.h | 254 #define PCI_PM_CTRL_STATE_MASK 0x0003 /* Current power state (D0 to D3) */ 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 D | pci_regs.h | 254 #define PCI_PM_CTRL_STATE_MASK 0x0003 /* Current power state (D0 to D3) */ macro
|
| /OK3568_Linux_fs/kernel/drivers/pci/ |
| H A D | pci.c | 1063 pmcsr &= ~PCI_PM_CTRL_STATE_MASK; in pci_raw_set_power_state() 1069 if ((pmcsr & PCI_PM_CTRL_STATE_MASK) == PCI_D3hot in pci_raw_set_power_state() 1091 dev->current_state = (pmcsr & PCI_PM_CTRL_STATE_MASK); in pci_raw_set_power_state() 1140 dev->current_state = (pmcsr & PCI_PM_CTRL_STATE_MASK); in pci_update_current_state() 4700 csr &= ~PCI_PM_CTRL_STATE_MASK; in pci_pm_reset() 4705 csr &= ~PCI_PM_CTRL_STATE_MASK; in pci_pm_reset()
|
| H A D | quirks.c | 2301 if ((pmcsr & PCI_PM_CTRL_STATE_MASK) != PCI_D0) in quirk_e100_interrupt()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | pci_regs.h | 254 #define PCI_PM_CTRL_STATE_MASK 0x0003 /* Current power state (D0 to D3) */ macro
|
| /OK3568_Linux_fs/kernel/drivers/vfio/pci/ |
| H A D | vfio_pci_config.c | 706 switch (le32_to_cpu(val) & PCI_PM_CTRL_STATE_MASK) { in vfio_pm_config_write() 746 p_setd(perm, PCI_PM_CTRL, NO_VIRT, ~PCI_PM_CTRL_STATE_MASK); in init_pci_cap_pm_perm()
|
| /OK3568_Linux_fs/kernel/drivers/platform/x86/ |
| H A D | intel_telemetry_debugfs.c | 585 d3_state = ((pmcsr & PCI_PM_CTRL_STATE_MASK) == in telem_soc_states_show()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | pci.h | 352 #define PCI_PM_CTRL_STATE_MASK 0x0003 /* Current power state (D0 to D3) */ macro
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_cmn.c | 3180 ((pmcsr & ~PCI_PM_CTRL_STATE_MASK) | in bnx2x_set_power_state() 3183 if (pmcsr & PCI_PM_CTRL_STATE_MASK) in bnx2x_set_power_state() 3197 pmcsr &= ~PCI_PM_CTRL_STATE_MASK; in bnx2x_set_power_state()
|
| H A D | bnx2x_ethtool.c | 1476 (!rc && ((pm & PCI_PM_CTRL_STATE_MASK) != (__force u16)PCI_D0))) in bnx2x_is_nvm_accessible()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/natsemi/ |
| H A D | natsemi.c | 830 if (tmp & PCI_PM_CTRL_STATE_MASK) { in natsemi_probe1() 832 u32 newtmp = tmp & ~PCI_PM_CTRL_STATE_MASK; in natsemi_probe1()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/aty/ |
| H A D | radeon_pm.c | 2529 pwr_cmd = (pwr_cmd & ~PCI_PM_CTRL_STATE_MASK) | state; in radeonfb_whack_power_state()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/micrel/ |
| H A D | ksz884x.c | 3517 data &= ~PCI_PM_CTRL_STATE_MASK; in hw_cfg_wol_pme()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/ |
| H A D | tg3.c | 16550 pm_reg &= ~PCI_PM_CTRL_STATE_MASK; in tg3_get_invariants()
|