| /drivers/platform/x86/ |
| A D | intel_ips.c | 610 avg_power = ips->cpu_avg_power + ips->mch_avg_power; in mcp_exceeded() 635 avg = cpu ? ips->ctv2_avg_temp : ips->ctv1_avg_temp; in cpu_exceeded() 638 if (ips->cpu_avg_power > ips->core_power_limit * 100) in cpu_exceeded() 664 if (ips->mch_avg_power > ips->mch_power_limit) in mch_exceeded() 683 ips->mcp_power_limit = ips->limits->mcp_power_limit; in verify_limits() 1019 ips->mcp_avg_temp = calc_avg_temp(ips, mcp_samples); in ips_monitor() 1022 ips->mch_avg_temp = calc_avg_temp(ips, mch_samples); in ips_monitor() 1435 if (!ips) in ips_probe() 1441 ips->limits = ips_detect_cpu(ips); in ips_probe() 1575 free_irq(ips->irq, ips); in ips_probe() [all …]
|
| /drivers/gpu/drm/i915/gt/ |
| A D | intel_rps.c | 318 rps_to_uncore(container_of(ips, struct intel_rps, ips)); in __ips_chipset_val() 331 dt = now - ips->last_time1; in __ips_chipset_val() 342 result = div_u64(div_u64(ips->m * delta, dt) + ips->c, 10); in __ips_chipset_val() 344 ips->last_count1 = total; in __ips_chipset_val() 345 ips->last_time1 = now; in __ips_chipset_val() 390 rps_to_uncore(container_of(ips, struct intel_rps, ips)); in __gen5_ips_update() 407 ips->last_count2 = count; in __gen5_ips_update() 408 ips->last_time2 = now; in __gen5_ips_update() 1489 struct intel_rps *rps = container_of(ips, typeof(*rps), ips); in __ips_gfx_val() 1520 __gen5_ips_update(ips); in __ips_gfx_val() [all …]
|
| A D | intel_rps_types.h | 114 struct intel_ips ips; member
|
| /drivers/net/ethernet/microchip/sparx5/ |
| A D | sparx5_psfp.c | 138 u32 ips, base_lsb, base_msb, accum_time_interval = 0; in sparx5_psfp_sg_set() local 142 ips = sparx5_psfp_ipv_to_ips(sg->ipv); in sparx5_psfp_sg_set() 155 ANA_AC_SG_CONFIG_REG_3_INIT_IPS_SET(ips) | in sparx5_psfp_sg_set() 172 ips = sparx5_psfp_ipv_to_ips(gce->ipv); in sparx5_psfp_sg_set() 176 spx5_wr(ANA_AC_SG_GCL_GS_CONFIG_IPS_SET(ips) | in sparx5_psfp_sg_set()
|
| /drivers/gpu/drm/i915/display/ |
| A D | hsw_ips.c | 37 if (display->ips.false_color) in hsw_ips_enable() 302 *val = display->ips.false_color; in hsw_ips_debugfs_false_color_get() 318 display->ips.false_color = val; in hsw_ips_debugfs_false_color_set()
|
| A D | intel_display_core.h | 456 } ips; member
|
| /drivers/iommu/ |
| A D | io-pgtable-arm.c | 1010 tcr->ips = ARM_LPAE_TCR_PS_32_BIT; in arm_64_lpae_alloc_pgtable_s1() 1013 tcr->ips = ARM_LPAE_TCR_PS_36_BIT; in arm_64_lpae_alloc_pgtable_s1() 1016 tcr->ips = ARM_LPAE_TCR_PS_40_BIT; in arm_64_lpae_alloc_pgtable_s1() 1019 tcr->ips = ARM_LPAE_TCR_PS_42_BIT; in arm_64_lpae_alloc_pgtable_s1() 1022 tcr->ips = ARM_LPAE_TCR_PS_44_BIT; in arm_64_lpae_alloc_pgtable_s1() 1025 tcr->ips = ARM_LPAE_TCR_PS_48_BIT; in arm_64_lpae_alloc_pgtable_s1() 1028 tcr->ips = ARM_LPAE_TCR_PS_52_BIT; in arm_64_lpae_alloc_pgtable_s1()
|
| /drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
| A D | sw.c | 363 module_param_named(ips, rtl88ee_mod_params.inactiveps, bool, 0444); 371 MODULE_PARM_DESC(ips, "Set to 0 to not use link power save (default 1)\n");
|
| /drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
| A D | sw.c | 348 module_param_named(ips, rtl92ce_mod_params.inactiveps, bool, 0444); 353 MODULE_PARM_DESC(ips, "Set to 0 to not use link power save (default 1)\n");
|
| /drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
| A D | sw.c | 352 module_param_named(ips, rtl92de_mod_params.inactiveps, bool, 0444); 358 MODULE_PARM_DESC(ips, "Set to 0 to not use link power save (default 1)\n");
|
| /drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
| A D | sw.c | 349 module_param_named(ips, rtl92ee_mod_params.inactiveps, bool, 0444); 358 MODULE_PARM_DESC(ips, "Set to 0 to not use link power save (default 1)\n");
|
| /drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
| A D | sw.c | 359 module_param_named(ips, rtl8723e_mod_params.inactiveps, bool, 0444); 367 MODULE_PARM_DESC(ips, "Set to 0 to not use link power save (default 1)\n");
|
| /drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
| A D | sw.c | 364 module_param_named(ips, rtl8723be_mod_params.inactiveps, bool, 0444); 373 MODULE_PARM_DESC(ips, "Set to 0 to not use link power save (default 1)\n");
|
| /drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
| A D | sw.c | 417 module_param_named(ips, rtl8821ae_mod_params.inactiveps, bool, 0444); 426 MODULE_PARM_DESC(ips, "Set to 0 to not use link power save (default 1)\n");
|
| /drivers/net/wireless/realtek/rtlwifi/rtl8192du/ |
| A D | sw.c | 339 module_param_named(ips, rtl92du_mod_params.inactiveps, bool, 0444); 343 MODULE_PARM_DESC(ips, "Set to 0 to not use link power save (default 0)\n");
|
| /drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
| A D | sw.c | 396 module_param_named(ips, rtl92se_mod_params.inactiveps, bool, 0444); 401 MODULE_PARM_DESC(ips, "Set to 0 to not use link power save (default 1)\n");
|
| /drivers/gpu/drm/i915/gvt/ |
| A D | gtt.c | 464 struct intel_gvt_gtt_entry *entry, bool ips) in update_entry_type_for_real() argument 473 if (ips) in update_entry_type_for_real() 993 u32 ips = vgpu_vreg_t(vgpu, GEN8_GAMW_ECO_DEV_RW_IA) & in vgpu_ips_enabled() local 996 return ips == GAMW_ECO_ENABLE_64K_IPS_FIELD; in vgpu_ips_enabled() 1011 bool ips = false; in ppgtt_populate_spt_by_guest_entry() local 1017 ips = vgpu_ips_enabled(vgpu) && ops->test_ips(we); in ppgtt_populate_spt_by_guest_entry() 1023 if (ips != spt->guest_page.pde_ips) { in ppgtt_populate_spt_by_guest_entry() 1024 spt->guest_page.pde_ips = ips; in ppgtt_populate_spt_by_guest_entry() 1042 spt = ppgtt_alloc_spt_gfn(vgpu, type, ops->get_pfn(we), ips); in ppgtt_populate_spt_by_guest_entry()
|
| A D | handlers.c | 231 u32 ips = (*(u32 *)p_data) & GAMW_ECO_ENABLE_64K_IPS_FIELD; in gamw_echo_dev_rw_ia_write() local 234 if (ips == GAMW_ECO_ENABLE_64K_IPS_FIELD) in gamw_echo_dev_rw_ia_write() 236 else if (!ips) in gamw_echo_dev_rw_ia_write() 244 ips); in gamw_echo_dev_rw_ia_write()
|
| /drivers/scsi/ |
| A D | Makefile | 78 obj-$(CONFIG_SCSI_IPS) += ips.o
|
| /drivers/net/wireless/marvell/mwifiex/ |
| A D | cfg80211.c | 3310 __be32 ips[MWIFIEX_MAX_SUPPORTED_IPADDR]; in mwifiex_set_auto_arp_mef_entry() local 3317 memset(ips, 0, sizeof(ips)); in mwifiex_set_auto_arp_mef_entry() 3326 ips[i] = ifa->ifa_local; in mwifiex_set_auto_arp_mef_entry() 3332 if (!ips[i]) in mwifiex_set_auto_arp_mef_entry() 3336 (u8 *)&ips[i], sizeof(ips[i])); in mwifiex_set_auto_arp_mef_entry() 3339 sizeof(ips[i]); in mwifiex_set_auto_arp_mef_entry()
|
| /drivers/net/wireless/ath/ath6kl/ |
| A D | cfg80211.c | 2138 __be32 ips[MAX_IP_ADDRS]; in ath6kl_wow_suspend_vif() local 2202 memset(&ips, 0, sizeof(ips)); in ath6kl_wow_suspend_vif() 2206 ips[index] = ifa->ifa_local; in ath6kl_wow_suspend_vif() 2216 ret = ath6kl_wmi_set_ip_cmd(ar->wmi, vif->fw_vif_idx, ips[0], ips[1]); in ath6kl_wow_suspend_vif()
|
| /drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
| A D | hw_atl_utils.h | 225 struct offload_ip_info ips; member
|
| /drivers/iommu/arm/arm-smmu-v3/ |
| A D | arm-smmu-v3-test.c | 466 io_pgtable.cfg.arm_lpae_s1_cfg.tcr.ips = 1; in arm_smmu_test_make_s1_cd()
|
| /drivers/iommu/arm/arm-smmu/ |
| A D | arm-smmu.h | 418 return FIELD_PREP(ARM_SMMU_TCR2_PASIZE, cfg->arm_lpae_s1_cfg.tcr.ips) | in arm_smmu_lpae_tcr2()
|
| /drivers/net/dsa/ocelot/ |
| A D | felix_vsc9959.c | 2168 u32 ips = (e[i].ipv < 0) ? 0 : (e[i].ipv + 8); in vsc9959_psfp_sgi_set() local 2170 ocelot_write_rix(ocelot, ANA_SG_GCL_GS_CONFIG_IPS(ips) | in vsc9959_psfp_sgi_set()
|