Lines Matching refs:tmp64
865 u64 tmp64; in cx88_set_tvnorm() local
933 tmp64 = adc_clock * (u64)(1 << 17); in cx88_set_tvnorm()
934 do_div(tmp64, vdec_clock); in cx88_set_tvnorm()
936 (u32)tmp64, cx_read(MO_SCONV_REG)); in cx88_set_tvnorm()
937 cx_write(MO_SCONV_REG, (u32)tmp64); in cx88_set_tvnorm()
940 tmp64 = step_db * (u64)(1 << 22); in cx88_set_tvnorm()
941 do_div(tmp64, vdec_clock); in cx88_set_tvnorm()
943 (u32)tmp64, cx_read(MO_SUB_STEP)); in cx88_set_tvnorm()
944 cx_write(MO_SUB_STEP, (u32)tmp64); in cx88_set_tvnorm()
947 tmp64 = step_dr * (u64)(1 << 22); in cx88_set_tvnorm()
948 do_div(tmp64, vdec_clock); in cx88_set_tvnorm()
950 (u32)tmp64, cx_read(MO_SUB_STEP_DR)); in cx88_set_tvnorm()
951 cx_write(MO_SUB_STEP_DR, (u32)tmp64); in cx88_set_tvnorm()
961 tmp64 = norm_htotal(norm) * (u64)vdec_clock; in cx88_set_tvnorm()
962 do_div(tmp64, fsc8); in cx88_set_tvnorm()
963 htotal = (u32)tmp64; in cx88_set_tvnorm()
965 htotal, cx_read(MO_HTOTAL), (u32)tmp64); in cx88_set_tvnorm()