/linux-6.6.21/drivers/hid/intel-ish-hid/ipc/ |
D | ipc.c | 779 pci_read_config_word(pdev, pdev->pm_cap + PCI_PM_CTRL, &csr); in _ish_hw_reset() 783 pci_write_config_word(pdev, pdev->pm_cap + PCI_PM_CTRL, csr); in _ish_hw_reset() 789 pci_write_config_word(pdev, pdev->pm_cap + PCI_PM_CTRL, csr); in _ish_hw_reset()
|
/linux-6.6.21/arch/x86/kernel/ |
D | early-quirks.c | 646 pmcsr = read_pci_config_16(bus, slot, func, BCM4331_PM_CAP + PCI_PM_CTRL); in apple_airport_reset() 650 write_pci_config_16(bus, slot, func, BCM4331_PM_CAP + PCI_PM_CTRL, pmcsr); in apple_airport_reset() 653 pmcsr = read_pci_config_16(bus, slot, func, BCM4331_PM_CAP + PCI_PM_CTRL); in apple_airport_reset()
|
/linux-6.6.21/drivers/pci/ |
D | pci.c | 1107 pci_read_config_word(dev, dev->pm_cap + PCI_PM_CTRL, &pmcsr); in pci_update_current_state() 1255 pci_read_config_word(dev, dev->pm_cap + PCI_PM_CTRL, &pmcsr); in pci_power_up() 1275 pci_write_config_word(dev, dev->pm_cap + PCI_PM_CTRL, 0); in pci_power_up() 1316 pci_read_config_word(dev, dev->pm_cap + PCI_PM_CTRL, &pmcsr); in pci_set_full_power_state() 1407 pci_read_config_word(dev, dev->pm_cap + PCI_PM_CTRL, &pmcsr); in pci_set_low_power_state() 1420 pci_write_config_word(dev, dev->pm_cap + PCI_PM_CTRL, pmcsr); in pci_set_low_power_state() 1428 pci_read_config_word(dev, dev->pm_cap + PCI_PM_CTRL, &pmcsr); in pci_set_low_power_state() 2363 pmcsr_pos = dev->pm_cap + PCI_PM_CTRL; in pci_check_pme_status() 2485 pci_read_config_word(dev, dev->pm_cap + PCI_PM_CTRL, &pmcsr); in __pci_pme_active() 2491 pci_write_config_word(dev, dev->pm_cap + PCI_PM_CTRL, pmcsr); in __pci_pme_active() [all …]
|
D | quirks.c | 2450 pci_read_config_word(dev, dev->pm_cap + PCI_PM_CTRL, &pmcsr); in quirk_e100_interrupt()
|
/linux-6.6.21/arch/powerpc/sysdev/ |
D | fsl_pci.c | 1195 pci_read_config_word(dev, dev->pm_cap + PCI_PM_CTRL, &pms); in fsl_pci_pme_probe() 1197 pci_write_config_word(dev, dev->pm_cap + PCI_PM_CTRL, pms); in fsl_pci_pme_probe() 1228 pci_read_config_word(dev, dev->pm_cap + PCI_PM_CTRL, &pms); in fsl_pci_pme_probe() 1230 pci_write_config_word(dev, dev->pm_cap + PCI_PM_CTRL, pms); in fsl_pci_pme_probe()
|
/linux-6.6.21/sound/soc/intel/catpt/ |
D | registers.h | 84 #define CATPT_PCI_PMCS (CATPT_PCI_PMCAPID + PCI_PM_CTRL)
|
/linux-6.6.21/drivers/xen/xen-pciback/ |
D | conf_space_capability.c | 173 .offset = PCI_PM_CTRL,
|
/linux-6.6.21/arch/x86/pci/ |
D | intel_mid_pci.c | 352 pci_read_config_word(dev, dev->pm_cap + PCI_PM_CTRL, &pmcsr); in mid_power_off_one_device()
|
/linux-6.6.21/drivers/gpu/drm/i915/gvt/ |
D | cfg_space.c | 369 vgpu->cfg_space.pmcsr_off = next + PCI_PM_CTRL; in intel_vgpu_init_cfg_space()
|
/linux-6.6.21/drivers/vfio/pci/ |
D | vfio_pci_config.c | 723 if (offset == PCI_PM_CTRL) { in vfio_pm_config_write() 779 p_setd(perm, PCI_PM_CTRL, in init_pci_cap_pm_perm() 1462 __le16 *ctrl = (__le16 *)&vdev->vconfig[offset + PCI_PM_CTRL]; in vfio_update_pm_vconfig_bytes()
|
D | vfio_pci_core.c | 226 pci_read_config_word(pdev, pdev->pm_cap + PCI_PM_CTRL, &pmcsr); in vfio_pci_probe_power_state()
|
/linux-6.6.21/include/uapi/linux/ |
D | pci_regs.h | 253 #define PCI_PM_CTRL 4 /* PM control and status register */ macro
|
/linux-6.6.21/drivers/platform/x86/intel/telemetry/ |
D | debugfs.c | 584 pci_read_config_word(dev, dev->pm_cap + PCI_PM_CTRL, &pmcsr); in telem_soc_states_show()
|
/linux-6.6.21/drivers/net/ethernet/micrel/ |
D | ksz884x.c | 3103 pci_read_config_word(pdev, pdev->pm_cap + PCI_PM_CTRL, &data); in hw_chk_wol_pme_status() 3123 pci_read_config_word(pdev, pdev->pm_cap + PCI_PM_CTRL, &data); in hw_clr_wol_pme_status() 3125 pci_write_config_word(pdev, pdev->pm_cap + PCI_PM_CTRL, data); in hw_clr_wol_pme_status() 3143 pci_read_config_word(pdev, pdev->pm_cap + PCI_PM_CTRL, &data); in hw_cfg_wol_pme() 3149 pci_write_config_word(pdev, pdev->pm_cap + PCI_PM_CTRL, data); in hw_cfg_wol_pme()
|
/linux-6.6.21/drivers/video/fbdev/aty/ |
D | radeon_pm.c | 2524 rinfo->pdev->pm_cap + PCI_PM_CTRL, in radeonfb_whack_power_state() 2530 rinfo->pdev->pm_cap + PCI_PM_CTRL, in radeonfb_whack_power_state()
|
/linux-6.6.21/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_cmn.c | 3190 pci_read_config_word(bp->pdev, bp->pdev->pm_cap + PCI_PM_CTRL, &pmcsr); in bnx2x_set_power_state() 3194 pci_write_config_word(bp->pdev, bp->pdev->pm_cap + PCI_PM_CTRL, in bnx2x_set_power_state() 3218 pci_write_config_word(bp->pdev, bp->pdev->pm_cap + PCI_PM_CTRL, in bnx2x_set_power_state()
|
D | bnx2x_ethtool.c | 1473 bp->pdev->pm_cap + PCI_PM_CTRL, &pm); in bnx2x_is_nvm_accessible()
|
D | bnx2x_main.c | 9177 pci_read_config_word(pdev, pdev->pm_cap + PCI_PM_CTRL, &pmc); in bnx2x_send_unload_req() 9179 pci_write_config_word(pdev, pdev->pm_cap + PCI_PM_CTRL, pmc); in bnx2x_send_unload_req()
|
/linux-6.6.21/drivers/net/ethernet/broadcom/ |
D | bnx2.c | 6540 pci_read_config_dword(bp->pdev, bp->pm_cap + PCI_PM_CTRL, &val1); in bnx2_dump_state()
|
D | tg3.c | 16512 tp->pdev->pm_cap + PCI_PM_CTRL, in tg3_get_invariants() 16517 tp->pdev->pm_cap + PCI_PM_CTRL, in tg3_get_invariants()
|