| /OK3568_Linux_fs/kernel/drivers/hid/intel-ish-hid/ipc/ |
| H A D | ipc.c | 752 pci_read_config_word(pdev, pdev->pm_cap + PCI_PM_CTRL, &csr); in _ish_hw_reset() 756 pci_write_config_word(pdev, pdev->pm_cap + PCI_PM_CTRL, csr); in _ish_hw_reset() 762 pci_write_config_word(pdev, pdev->pm_cap + PCI_PM_CTRL, csr); in _ish_hw_reset()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | early-quirks.c | 639 pmcsr = read_pci_config_16(bus, slot, func, BCM4331_PM_CAP + PCI_PM_CTRL); in apple_airport_reset() 643 write_pci_config_16(bus, slot, func, BCM4331_PM_CAP + PCI_PM_CTRL, pmcsr); in apple_airport_reset() 646 pmcsr = read_pci_config_16(bus, slot, func, BCM4331_PM_CAP + PCI_PM_CTRL); in apple_airport_reset()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/sysdev/ |
| H A D | fsl_pci.c | 1177 pci_read_config_word(dev, dev->pm_cap + PCI_PM_CTRL, &pms); in fsl_pci_pme_probe() 1179 pci_write_config_word(dev, dev->pm_cap + PCI_PM_CTRL, pms); in fsl_pci_pme_probe() 1210 pci_read_config_word(dev, dev->pm_cap + PCI_PM_CTRL, &pms); in fsl_pci_pme_probe() 1212 pci_write_config_word(dev, dev->pm_cap + PCI_PM_CTRL, pms); in fsl_pci_pme_probe()
|
| /OK3568_Linux_fs/kernel/drivers/pci/ |
| H A D | pci.c | 1046 pci_read_config_word(dev, dev->pm_cap + PCI_PM_CTRL, &pmcsr); in pci_raw_set_power_state() 1079 pci_write_config_word(dev, dev->pm_cap + PCI_PM_CTRL, pmcsr); in pci_raw_set_power_state() 1090 pci_read_config_word(dev, dev->pm_cap + PCI_PM_CTRL, &pmcsr); in pci_raw_set_power_state() 1139 pci_read_config_word(dev, dev->pm_cap + PCI_PM_CTRL, &pmcsr); in pci_update_current_state() 2226 pmcsr_pos = dev->pm_cap + PCI_PM_CTRL; in pci_check_pme_status() 2332 pci_read_config_word(dev, dev->pm_cap + PCI_PM_CTRL, &pmcsr); in __pci_pme_active() 2338 pci_write_config_word(dev, dev->pm_cap + PCI_PM_CTRL, pmcsr); in __pci_pme_active() 2352 pci_read_config_word(dev, dev->pm_cap + PCI_PM_CTRL, &pmcsr); in pci_pme_restore() 2360 pci_write_config_word(dev, dev->pm_cap + PCI_PM_CTRL, pmcsr); in pci_pme_restore() 4690 pci_read_config_word(dev, dev->pm_cap + PCI_PM_CTRL, &csr); in pci_pm_reset() [all …]
|
| H A D | quirks.c | 2300 pci_read_config_word(dev, dev->pm_cap + PCI_PM_CTRL, &pmcsr); in quirk_e100_interrupt()
|
| /OK3568_Linux_fs/kernel/sound/soc/intel/catpt/ |
| H A D | registers.h | 84 #define CATPT_PCI_PMCS (CATPT_PCI_PMCAPID + PCI_PM_CTRL)
|
| /OK3568_Linux_fs/kernel/drivers/xen/xen-pciback/ |
| H A D | conf_space_capability.c | 173 .offset = PCI_PM_CTRL,
|
| /OK3568_Linux_fs/kernel/arch/x86/pci/ |
| H A D | intel_mid_pci.c | 338 pci_read_config_word(dev, dev->pm_cap + PCI_PM_CTRL, &pmcsr); in mid_power_off_one_device()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gvt/ |
| H A D | cfg_space.c | 422 vgpu->cfg_space.pmcsr_off = next + PCI_PM_CTRL; in intel_vgpu_init_cfg_space()
|
| /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 | 253 #define PCI_PM_CTRL 4 /* PM control and status register */ 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 | 253 #define PCI_PM_CTRL 4 /* PM control and status register */ macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | pci_regs.h | 253 #define PCI_PM_CTRL 4 /* PM control and status register */ macro
|
| /OK3568_Linux_fs/kernel/drivers/vfio/pci/ |
| H A D | vfio_pci_config.c | 703 if (offset == PCI_PM_CTRL) { 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()
|
| H A D | vfio_pci.c | 269 pci_read_config_word(pdev, pdev->pm_cap + PCI_PM_CTRL, &pmcsr); in vfio_pci_probe_power_state()
|
| /OK3568_Linux_fs/kernel/drivers/platform/x86/ |
| H A D | intel_telemetry_debugfs.c | 584 pci_read_config_word(dev, dev->pm_cap + PCI_PM_CTRL, &pmcsr); in telem_soc_states_show()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | pci.h | 351 #define PCI_PM_CTRL 4 /* PM control and status register */ macro
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/micrel/ |
| H A D | ksz884x.c | 3476 pci_read_config_word(pdev, pdev->pm_cap + PCI_PM_CTRL, &data); in hw_chk_wol_pme_status() 3496 pci_read_config_word(pdev, pdev->pm_cap + PCI_PM_CTRL, &data); in hw_clr_wol_pme_status() 3498 pci_write_config_word(pdev, pdev->pm_cap + PCI_PM_CTRL, data); in hw_clr_wol_pme_status() 3516 pci_read_config_word(pdev, pdev->pm_cap + PCI_PM_CTRL, &data); in hw_cfg_wol_pme() 3522 pci_write_config_word(pdev, pdev->pm_cap + PCI_PM_CTRL, data); in hw_cfg_wol_pme()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/aty/ |
| H A D | radeon_pm.c | 2525 rinfo->pdev->pm_cap + PCI_PM_CTRL, in radeonfb_whack_power_state() 2531 rinfo->pdev->pm_cap + PCI_PM_CTRL, in radeonfb_whack_power_state()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_cmn.c | 3175 pci_read_config_word(bp->pdev, bp->pdev->pm_cap + PCI_PM_CTRL, &pmcsr); in bnx2x_set_power_state() 3179 pci_write_config_word(bp->pdev, bp->pdev->pm_cap + PCI_PM_CTRL, in bnx2x_set_power_state() 3203 pci_write_config_word(bp->pdev, bp->pdev->pm_cap + PCI_PM_CTRL, in bnx2x_set_power_state()
|
| H A D | bnx2x_ethtool.c | 1473 bp->pdev->pm_cap + PCI_PM_CTRL, &pm); in bnx2x_is_nvm_accessible()
|
| H A D | bnx2x_main.c | 9179 pci_read_config_word(pdev, pdev->pm_cap + PCI_PM_CTRL, &pmc); in bnx2x_send_unload_req() 9181 pci_write_config_word(pdev, pdev->pm_cap + PCI_PM_CTRL, pmc); in bnx2x_send_unload_req()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/ |
| H A D | bnx2.c | 6556 pci_read_config_dword(bp->pdev, bp->pm_cap + PCI_PM_CTRL, &val1); in bnx2_dump_state()
|
| H A D | tg3.c | 16548 tp->pdev->pm_cap + PCI_PM_CTRL, in tg3_get_invariants() 16553 tp->pdev->pm_cap + PCI_PM_CTRL, in tg3_get_invariants()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/r8168/ |
| H A D | r8168_n.c | 4809 pci_read_config_word(pdev, pdev->pm_cap + PCI_PM_CTRL, &pmc); in rtl8168_set_pci_pme() 4815 pci_write_config_word(pdev, pdev->pm_cap + PCI_PM_CTRL, pmc); in rtl8168_set_pci_pme() 25111 pci_read_config_word(pdev, pm_cap + PCI_PM_CTRL, &pwr_command); in rtl8168_init_board()
|