Searched refs:lo1 (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/tests/tcg/mips/user/isa/r5900/ |
H A D | test_r5900_mflohi1.c | 13 int64_t lo, hi, lo1, hi1; in main() local 25 "=r" (lo1), "=r" (hi1) in main() 29 r1 = ((int64_t)hi1 << 32) | (uint32_t)lo1; in main()
|
/openbmc/linux/drivers/media/tuners/ |
H A D | mt20xx.c | 108 unsigned int fref,lo1,lo1n,lo1a,s,sel,lo1freq, desired_lo1, in mt2032_compute_freq() local 114 lo1=(2*(desired_lo1/1000)+(fref/1000)) / (2*fref/1000); in mt2032_compute_freq() 115 lo1n=lo1/8; in mt2032_compute_freq() 116 lo1a=lo1-(lo1n*8); in mt2032_compute_freq() 139 rfin,lo1,lo1n,lo1a,sel,lo1freq); in mt2032_compute_freq() 443 unsigned int f_lo1,f_lo2,lo1,lo2,f_lo1_modulo,f_lo2_modulo,num1,num2,div1a,div1b,div2a,div2b; in mt2050_set_if_freq() local 456 lo1=f_lo1/4000000; in mt2050_set_if_freq() 459 f_lo1_modulo= f_lo1-(lo1*4000000); in mt2050_set_if_freq() 467 div1a=(lo1/12)-1; in mt2050_set_if_freq() 468 div1b=lo1-(div1a+1)*12; in mt2050_set_if_freq() [all …]
|
H A D | mt2060.c | 134 static int mt2060_spurcalc(u32 lo1,u32 lo2,u32 if2) in mt2060_spurcalc() argument 140 J = ((2*I*lo1)/lo2+1)/2; in mt2060_spurcalc() 141 diff = I*(int)lo1-J*(int)lo2; in mt2060_spurcalc() 153 static int mt2060_spurcheck(u32 lo1,u32 lo2,u32 if2) in mt2060_spurcheck() argument 160 Spur=mt2060_spurcalc(lo1,lo2,if2); in mt2060_spurcheck() 164 (int)lo1,(int)lo2); in mt2060_spurcheck() 166 Sp1 = mt2060_spurcalc(lo1+I,lo2+I,if2); in mt2060_spurcheck() 167 Sp2 = mt2060_spurcalc(lo1-I,lo2-I,if2); in mt2060_spurcheck() 176 Spur = mt2060_spurcalc(lo1+I,lo2+I,if2); in mt2060_spurcheck() 179 (int)(lo1+I),(int)(lo2+I)); in mt2060_spurcheck()
|
H A D | mc44s803.c | 205 u32 r1, r2, n1, n2, lo1, lo2, freq, val; in mc44s803_set_params() local 215 lo1 = ((60 * n1) + (r1 / 2)) / r1; in mc44s803_set_params() 249 MC44S803_REG_SM(lo1, MC44S803_LO_REF) | in mc44s803_set_params()
|
/openbmc/linux/drivers/comedi/drivers/ |
H A D | dmm32at.c | 333 unsigned char lo1, lo2, hi2; in dmm32at_setaitimer() local 337 lo1 = 200; in dmm32at_setaitimer() 350 outb(lo1, dev->iobase + DMM32AT_CLK1); in dmm32at_setaitimer()
|
/openbmc/qemu/target/loongarch/tcg/ |
H A D | tlb_helper.c | 166 uint64_t lo0, lo1, csr_vppn; in fill_tlb_entry() local 178 lo1 = env->CSR_TLBRELO1; in fill_tlb_entry() 187 lo1 = env->CSR_TLBELO1; in fill_tlb_entry() 205 tlb->tlb_entry1 = lo1; in fill_tlb_entry()
|