Lines Matching refs:tmp64
888 u64 tmp64; in cx88_set_tvnorm() local
958 tmp64 = adc_clock * (u64)(1 << 17); in cx88_set_tvnorm()
959 do_div(tmp64, vdec_clock); in cx88_set_tvnorm()
961 (u32)tmp64, cx_read(MO_SCONV_REG)); in cx88_set_tvnorm()
962 cx_write(MO_SCONV_REG, (u32)tmp64); in cx88_set_tvnorm()
965 tmp64 = step_db * (u64)(1 << 22); in cx88_set_tvnorm()
966 do_div(tmp64, vdec_clock); in cx88_set_tvnorm()
968 (u32)tmp64, cx_read(MO_SUB_STEP)); in cx88_set_tvnorm()
969 cx_write(MO_SUB_STEP, (u32)tmp64); in cx88_set_tvnorm()
972 tmp64 = step_dr * (u64)(1 << 22); in cx88_set_tvnorm()
973 do_div(tmp64, vdec_clock); in cx88_set_tvnorm()
975 (u32)tmp64, cx_read(MO_SUB_STEP_DR)); in cx88_set_tvnorm()
976 cx_write(MO_SUB_STEP_DR, (u32)tmp64); in cx88_set_tvnorm()
988 tmp64 = norm_htotal(norm) * (u64)vdec_clock; in cx88_set_tvnorm()
989 do_div(tmp64, fsc8); in cx88_set_tvnorm()
990 htotal = (u32)tmp64; in cx88_set_tvnorm()
993 htotal, cx_read(MO_HTOTAL), (u32)tmp64); in cx88_set_tvnorm()