/openbmc/u-boot/arch/x86/cpu/ivybridge/ |
H A D | model_206ax.c | 166 unsigned tdp, min_power, max_power, max_time; in set_power_limits() local 181 tdp = msr.lo & 0x7fff; in set_power_limits() 186 debug("CPU TDP: %u Watts\n", tdp / power_unit); in set_power_limits() 191 if (min_power > 0 && tdp < min_power) in set_power_limits() 192 tdp = min_power; in set_power_limits() 194 if (max_power > 0 && tdp > max_power) in set_power_limits() 195 tdp = max_power; in set_power_limits() 201 limit.lo |= tdp & PKG_POWER_LIMIT_MASK; in set_power_limits() 208 limit.hi |= ((tdp * 125) / 100) & PKG_POWER_LIMIT_MASK; in set_power_limits()
|
/openbmc/linux/lib/ |
H A D | asn1_decoder.c | 178 size_t pc = 0, dp = 0, tdp = 0, len = 0; in asn1_ber_decoder() local 307 tdp = dp; in asn1_ber_decoder() 395 tdp = cons_dp_stack[csp]; in asn1_ber_decoder() 400 tdp, dp, len, datalen); in asn1_ber_decoder() 418 len = dp - tdp - 2; in asn1_ber_decoder() 429 len -= tdp; in asn1_ber_decoder() 430 pr_debug("- cons len l=%zu d=%zu\n", len, dp - tdp); in asn1_ber_decoder() 439 ret = actions[act](context, hdr, 0, data + tdp, len); in asn1_ber_decoder() 454 ret = actions[machine[pc + 1]](context, hdr, tag, data + tdp, len); in asn1_ber_decoder()
|
/openbmc/u-boot/arch/x86/cpu/broadwell/ |
H A D | cpu.c | 653 unsigned tdp, min_power, max_power, max_time; in cpu_set_power_limits() local 669 tdp = msr.lo & 0x7fff; in cpu_set_power_limits() 674 debug("CPU TDP: %u Watts\n", tdp / power_unit); in cpu_set_power_limits() 679 if (min_power > 0 && tdp < min_power) in cpu_set_power_limits() 680 tdp = min_power; in cpu_set_power_limits() 682 if (max_power > 0 && tdp > max_power) in cpu_set_power_limits() 683 tdp = max_power; in cpu_set_power_limits() 689 limit.lo |= tdp & PKG_POWER_LIMIT_MASK; in cpu_set_power_limits() 696 limit.hi |= ((tdp * 125) / 100) & PKG_POWER_LIMIT_MASK; in cpu_set_power_limits()
|
/openbmc/u-boot/drivers/video/ |
H A D | ivybridge_igd.c | 324 u32 tdp = readl(MCHBAR_REG(0x5930)) & 0x7fff; in gma_pm_init_pre_vbios() local 325 tdp /= (1 << unit); in gma_pm_init_pre_vbios() 327 if (tdp <= 17) { in gma_pm_init_pre_vbios() 331 } else if ((tdp >= 25) && (tdp <= 35)) { in gma_pm_init_pre_vbios()
|
/openbmc/linux/drivers/platform/x86/ |
H A D | intel_ips.c | 1237 int tdp, tdc; in cpu_clamp_show() local 1241 tdp = (int)(turbo_override & TURBO_TDP_MASK); in cpu_clamp_show() 1245 tdp = tdp * 10 / 8; in cpu_clamp_show() 1249 seq_printf(m, "%d.%dW %d.%dA\n", tdp / 10, tdp % 10, in cpu_clamp_show() 1304 u16 tdp; in ips_detect_cpu() local 1334 tdp = turbo_power & TURBO_TDP_MASK; in ips_detect_cpu() 1337 if (limits->core_power_limit != (tdp / 8) * 1000) { in ips_detect_cpu() 1340 tdp / 8, limits->core_power_limit / 1000); in ips_detect_cpu() 1341 limits->core_power_limit = (tdp / 8) * 1000; in ips_detect_cpu()
|
/openbmc/linux/drivers/block/drbd/ |
H A D | drbd_debugfs.c | 500 const struct drbd_thread_timing_details *tdp, in seq_print_one_timing_detail() argument 507 td = *tdp; in seq_print_one_timing_detail() 508 } while (td.cb_nr != tdp->cb_nr); in seq_print_one_timing_detail() 520 unsigned int cb_nr, struct drbd_thread_timing_details *tdp, unsigned long now) in seq_print_timing_details() argument 532 seq_print_one_timing_detail(m, tdp+i, now); in seq_print_timing_details() 534 seq_print_one_timing_detail(m, tdp+i, now); in seq_print_timing_details()
|
H A D | drbd_worker.c | 2001 struct drbd_thread_timing_details *tdp, in __update_timing_details() argument 2007 struct drbd_thread_timing_details *td = tdp + i; in __update_timing_details() 2016 td = tdp + i; in __update_timing_details()
|
/openbmc/smbios-mdr/include/ |
H A D | speed_select.hpp | 103 virtual unsigned int tdp(unsigned int level) = 0;
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | ehci-hcd.c | 309 uint32_t *tdp; in ehci_submit_async() local 428 tdp = &qh->qh_overlay.qt_next; in ehci_submit_async() 451 *tdp = cpu_to_hc32(virt_to_phys(&qtd[qtd_counter])); in ehci_submit_async() 452 tdp = &qtd[qtd_counter++].qt_next; in ehci_submit_async() 510 *tdp = cpu_to_hc32(virt_to_phys(&qtd[qtd_counter])); in ehci_submit_async() 511 tdp = &qtd[qtd_counter++].qt_next; in ehci_submit_async() 541 *tdp = cpu_to_hc32(virt_to_phys(&qtd[qtd_counter])); in ehci_submit_async() 542 tdp = &qtd[qtd_counter++].qt_next; in ehci_submit_async()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_inode.c | 1209 xfs_inode_t *tdp, in xfs_link() argument 1213 xfs_mount_t *mp = tdp->i_mount; in xfs_link() 1218 trace_xfs_link(tdp, target_name); in xfs_link() 1229 error = xfs_qm_dqattach(tdp); in xfs_link() 1234 error = xfs_trans_alloc_dir(tdp, &M_RES(mp)->tr_link, sip, &resblks, in xfs_link() 1244 if (unlikely((tdp->i_diflags & XFS_DIFLAG_PROJINHERIT) && in xfs_link() 1245 tdp->i_projid != sip->i_projid)) { in xfs_link() 1262 error = xfs_dir_canenter(tp, tdp, target_name); in xfs_link() 1280 error = xfs_dir_createname(tp, tdp, target_name, sip->i_ino, in xfs_link() 1284 xfs_trans_ichgtime(tp, tdp, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG); in xfs_link() [all …]
|
H A D | xfs_inode.h | 519 int xfs_link(struct xfs_inode *tdp, struct xfs_inode *sip,
|
/openbmc/linux/include/soc/fsl/ |
H A D | cpm.h | 26 __be32 tdp; /* Internal */ member
|
/openbmc/linux/Documentation/virt/kvm/x86/ |
H A D | mmu.rst | 56 tdp two dimensional paging (vendor neutral term for NPT and EPT) 85 that support only 1 (traditional) and 2 (tdp) translations. When the 140 paging, tdp: (gva->)gpa->hpa 144 non-tdp: ngva->gpa->hpa (*) 145 tdp: (ngva->)ngpa->gpa->hpa 379 If tdp is not enabled, the host must keep cr0.wp=1 so page write protection 428 - the guest pte must be a large pte of at least equivalent size (if tdp is
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ |
H A D | es-Tenerife | 50 [Canal 45: TVE HD, tdp]
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-cpm.c | 61 uint tdp; /* Internal */ member 162 out_be32(&i2c_ram->tdp, 0); in cpm_reset_i2c_params()
|
/openbmc/linux/tools/power/x86/intel-speed-select/ |
H A D | isst-core-tpmi.c | 427 pbf_info->tdp = info.thermal_design_power_w; in tpmi_get_pbf_info() 432 pbf_info->tdp, pbf_info->t_prochot); in tpmi_get_pbf_info()
|
H A D | isst.h | 116 int tdp; member
|
H A D | isst-display.c | 237 snprintf(value, sizeof(value), "%d", pbf_info->tdp); in _isst_pbf_display_information()
|
H A D | isst-core-mbox.c | 679 pbf_info->tdp = resp & 0xffff; in mbox_get_pbf_info()
|
/openbmc/smbios-mdr/src/ |
H A D | sst_mailbox.cpp | 465 unsigned int tdp(unsigned int level) override in tdp() function in cpu_info::sst::SSTMailbox
|
H A D | speed_select.cpp | 331 config.powerLimit(sst.tdp(level)); in getSingleConfig()
|
/openbmc/linux/drivers/spi/ |
H A D | spi-fsl-cpm.c | 388 iowrite32be(0, &mspi->pram->tdp); in fsl_spi_cpm_init()
|
/openbmc/linux/drivers/gpu/drm/amd/pm/inc/ |
H A D | amdgpu_dpm.h | 186 u16 tdp; member
|
/openbmc/linux/tools/power/x86/turbostat/ |
H A D | turbostat.c | 4581 double tdp; in rapl_probe_intel() local 4741 tdp = get_tdp_intel(model); in rapl_probe_intel() 4743 rapl_joule_counter_range = 0xFFFFFFFF * rapl_energy_units / tdp; in rapl_probe_intel() 4745 …rintf(outf, "RAPL: %.0f sec. Joule Counter Range, at %.0f Watts\n", rapl_joule_counter_range, tdp); in rapl_probe_intel() 4753 double tdp; in rapl_probe_amd() local 4782 tdp = get_tdp_amd(family); in rapl_probe_amd() 4784 rapl_joule_counter_range = 0xFFFFFFFF * rapl_energy_units / tdp; in rapl_probe_amd() 4786 …rintf(outf, "RAPL: %.0f sec. Joule Counter Range, at %.0f Watts\n", rapl_joule_counter_range, tdp); in rapl_probe_amd()
|
/openbmc/linux/Documentation/driver-api/thermal/ |
H A D | power_allocator.rst | 42 | | | tdp actor
|