| /OK3568_Linux_fs/u-boot/arch/x86/cpu/ivybridge/ |
| H A D | model_206ax.c | 167 unsigned tdp, min_power, max_power, max_time; in set_power_limits() local 182 tdp = msr.lo & 0x7fff; in set_power_limits() 187 debug("CPU TDP: %u Watts\n", tdp / power_unit); in set_power_limits() 192 if (min_power > 0 && tdp < min_power) in set_power_limits() 193 tdp = min_power; in set_power_limits() 195 if (max_power > 0 && tdp > max_power) in set_power_limits() 196 tdp = max_power; in set_power_limits() 202 limit.lo |= tdp & PKG_POWER_LIMIT_MASK; in set_power_limits() 209 limit.hi |= ((tdp * 125) / 100) & PKG_POWER_LIMIT_MASK; in set_power_limits()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/broadwell/ |
| H A D | cpu.c | 654 unsigned tdp, min_power, max_power, max_time; in cpu_set_power_limits() local 670 tdp = msr.lo & 0x7fff; in cpu_set_power_limits() 675 debug("CPU TDP: %u Watts\n", tdp / power_unit); in cpu_set_power_limits() 680 if (min_power > 0 && tdp < min_power) in cpu_set_power_limits() 681 tdp = min_power; in cpu_set_power_limits() 683 if (max_power > 0 && tdp > max_power) in cpu_set_power_limits() 684 tdp = max_power; in cpu_set_power_limits() 690 limit.lo |= tdp & PKG_POWER_LIMIT_MASK; in cpu_set_power_limits() 697 limit.hi |= ((tdp * 125) / 100) & PKG_POWER_LIMIT_MASK; in cpu_set_power_limits()
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | ivybridge_igd.c | 381 u32 tdp = readl(MCHBAR_REG(0x5930)) & 0x7fff; in gma_pm_init_pre_vbios() local 382 tdp /= (1 << unit); in gma_pm_init_pre_vbios() 384 if (tdp <= 17) { in gma_pm_init_pre_vbios() 388 } else if ((tdp >= 25) && (tdp <= 35)) { in gma_pm_init_pre_vbios()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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 | 1994 struct drbd_thread_timing_details *tdp, in __update_timing_details() argument 2000 struct drbd_thread_timing_details *td = tdp + i; in __update_timing_details() 2009 td = tdp + i; in __update_timing_details()
|
| H A D | drbd_int.h | 787 struct drbd_thread_timing_details *tdp,
|
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | ehci-hcd.c | 310 uint32_t *tdp; in ehci_submit_async() local 423 tdp = &qh->qh_overlay.qt_next; in ehci_submit_async() 446 *tdp = cpu_to_hc32(virt_to_phys(&qtd[qtd_counter])); in ehci_submit_async() 447 tdp = &qtd[qtd_counter++].qt_next; in ehci_submit_async() 505 *tdp = cpu_to_hc32(virt_to_phys(&qtd[qtd_counter])); in ehci_submit_async() 506 tdp = &qtd[qtd_counter++].qt_next; in ehci_submit_async() 536 *tdp = cpu_to_hc32(virt_to_phys(&qtd[qtd_counter])); in ehci_submit_async() 537 tdp = &qtd[qtd_counter++].qt_next; in ehci_submit_async()
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_inode.c | 1358 xfs_inode_t *tdp, in xfs_link() argument 1362 xfs_mount_t *mp = tdp->i_mount; in xfs_link() 1367 trace_xfs_link(tdp, target_name); in xfs_link() 1378 error = xfs_qm_dqattach(tdp); in xfs_link() 1391 xfs_lock_two_inodes(sip, XFS_ILOCK_EXCL, tdp, XFS_ILOCK_EXCL); in xfs_link() 1394 xfs_trans_ijoin(tp, tdp, XFS_ILOCK_EXCL); in xfs_link() 1401 if (unlikely((tdp->i_d.di_flags & XFS_DIFLAG_PROJINHERIT) && in xfs_link() 1402 tdp->i_d.di_projid != sip->i_d.di_projid)) { in xfs_link() 1408 error = xfs_dir_canenter(tp, tdp, target_name); in xfs_link() 1422 error = xfs_dir_createname(tp, tdp, target_name, sip->i_ino, in xfs_link() [all …]
|
| H A D | xfs_inode.h | 378 int xfs_link(struct xfs_inode *tdp, struct xfs_inode *sip,
|
| /OK3568_Linux_fs/kernel/include/soc/fsl/ |
| H A D | cpm.h | 26 __be32 tdp; /* Internal */ member
|
| /OK3568_Linux_fs/kernel/Documentation/virt/kvm/ |
| 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 378 If tdp is not enabled, the host must keep cr0.wp=1 so page write protection 427 - the guest pte must be a large pte of at least equivalent size (if tdp is
|
| /OK3568_Linux_fs/yocto/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]
|
| /OK3568_Linux_fs/kernel/tools/power/x86/intel-speed-select/ |
| H A D | isst.h | 105 int tdp; member
|
| H A D | isst-core.c | 469 pbf_info->tdp = resp & 0xffff; in isst_get_pbf_info()
|
| H A D | isst-display.c | 230 snprintf(value, sizeof(value), "%d", pbf_info->tdp); in _isst_pbf_display_information()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | spi-fsl-cpm.c | 365 out_be32(&mspi->pram->tdp, 0); in fsl_spi_cpm_init()
|
| /OK3568_Linux_fs/kernel/tools/power/x86/turbostat/ |
| H A D | turbostat.c | 4203 double tdp; in rapl_probe_intel() local 4351 tdp = get_tdp_intel(model); in rapl_probe_intel() 4353 rapl_joule_counter_range = 0xFFFFFFFF * rapl_energy_units / tdp; in rapl_probe_intel() 4355 …rintf(outf, "RAPL: %.0f sec. Joule Counter Range, at %.0f Watts\n", rapl_joule_counter_range, tdp); in rapl_probe_intel() 4363 double tdp; in rapl_probe_amd() local 4390 tdp = get_tdp_amd(family); in rapl_probe_amd() 4392 rapl_joule_counter_range = 0xFFFFFFFF * rapl_energy_units / tdp; in rapl_probe_amd() 4394 …rintf(outf, "RAPL: %.0f sec. Joule Counter Range, at %.0f Watts\n", rapl_joule_counter_range, tdp); in rapl_probe_amd()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/inc/ |
| H A D | amdgpu_dpm.h | 197 u16 tdp; member
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/thermal/ |
| H A D | power_allocator.rst | 42 | | | tdp actor
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/ |
| H A D | r600_dpm.c | 1280 rdev->pm.dpm.dyn_state.cac_tdp_table->tdp = le16_to_cpu(pt->usTDP); in r600_parse_extended_power_table()
|
| H A D | radeon.h | 1464 u16 tdp; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/ |
| H A D | amdgpu_dpm.c | 693 adev->pm.dpm.dyn_state.cac_tdp_table->tdp = le16_to_cpu(pt->usTDP); in amdgpu_parse_extended_power_table()
|