Searched refs:temp0 (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/media/usb/dvb-usb/ |
| H A D | af9005-fe.c | 64 u8 temp0, temp1; in af9005_read_word_agc() local 66 if ((ret = af9005_read_ofdm_register(d, reglo, &temp0))) in af9005_read_word_agc() 72 *value = ((u16) (temp1 & 0x03) << 8) + (u16) temp0; in af9005_read_word_agc() 75 *value = ((u16) (temp1 & 0x0C) << 6) + (u16) temp0; in af9005_read_word_agc() 78 *value = ((u16) (temp1 & 0x30) << 4) + (u16) temp0; in af9005_read_word_agc() 81 *value = ((u16) (temp1 & 0xC0) << 2) + (u16) temp0; in af9005_read_word_agc() 128 u8 temp, temp0, temp1, temp2; in af9005_get_post_vit_err_cw_count() local 149 &temp0); in af9005_get_post_vit_err_cw_count() 158 loc_abort_count = ((u16) temp1 << 8) + temp0; in af9005_get_post_vit_err_cw_count() 163 &temp0); in af9005_get_post_vit_err_cw_count() [all …]
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_lt_phy.c | 1375 u64 temp0 = 0, temp1, scale; in calculate_target_dco_and_loop_cnt() local 1392 temp0 = (temp1 > val) ? (temp1 - val) : in calculate_target_dco_and_loop_cnt() 1394 ppm = div64_u64(temp0, val); in calculate_target_dco_and_loop_cnt() 1400 temp0 = DIV_ROUND_UP_ULL(val_with_frac, in calculate_target_dco_and_loop_cnt() 1402 *target_dco_mhz = temp0 * scale; in calculate_target_dco_and_loop_cnt() 1544 u64 temp0, temp1, temp2, temp3; in intel_lt_phy_calculate_hdmi_state() local 1569 temp0 = tdc_res * 40 * 11; in intel_lt_phy_calculate_hdmi_state() 1570 temp1 = div64_u64(((4 * TDC_RES_MULTIPLIER) + temp0) * 500, temp0 * refclk_khz); in intel_lt_phy_calculate_hdmi_state() 1571 temp2 = div64_u64(temp0 * refclk_khz, 1000); in intel_lt_phy_calculate_hdmi_state() 1575 temp0 = mul_q32_u32(target_dco_mhz, tdc_res); in intel_lt_phy_calculate_hdmi_state() [all …]
|
| /linux/drivers/macintosh/ |
| H A D | windfarm_pm72.c | 309 s32 temp0, power0, temp1, power1, t_max = 0; in cpu_fans_tick_combined() local 323 err = read_one_cpu_vals(0, &temp0, &power0); in cpu_fans_tick_combined() 337 t_max = max(t_max, max(temp0, temp1)); in cpu_fans_tick_combined() 344 temp = max(temp0, temp1); in cpu_fans_tick_combined()
|
| /linux/drivers/input/touchscreen/ |
| H A D | ads7846.c | 493 SHOW(temp0, temp0, null_adjust) /* temp1_input */ in SHOW() argument
|