Home
last modified time | relevance | path

Searched refs:tempB (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/mips/tcg/
H A Ddsp_helper.c523 uint64_t tempB, tempA; in mipsdsp_rashift_acc() local
530 p[1] = tempB; in mipsdsp_rashift_acc()
544 int64_t tempB, tempA; in mipsdsp_rndrashift_acc() local
557 if (tempB >= 0) { in mipsdsp_rndrashift_acc()
1635 tempB = tempB << 7; \
1661 tempB = tempB << 7; \
2586 if (tempB[0] >= 0) { in helper_mulsaq_s_l_pw()
2587 tempB[1] = 0x00; in helper_mulsaq_s_l_pw()
2603 tempB[1] -= 1; in helper_mulsaq_s_l_pw()
3560 tempB = tempB >> shift_t; in helper_dshilo()
[all …]
/openbmc/linux/drivers/video/fbdev/aty/
H A Dmach64_gx.c502 u32 temp, tempB; in aty_var_to_pll_1703() local
535 tempB = temp; in aty_var_to_pll_1703()
537 tempB = tempB / mach64RefFreq; in aty_var_to_pll_1703()
539 if ((tempB & 0xffff) <= 127 in aty_var_to_pll_1703()
546 ((tempB & 0xff) << 8); in aty_var_to_pll_1703()
654 tempB = twoToKth * 256; in aty_var_to_pll_8398()
741 u32 temp, tempB; in aty_var_to_pll_408() local
773 tempB = temp; in aty_var_to_pll_408()
775 tempB = tempB / mach64RefFreq; in aty_var_to_pll_408()
776 if (((tempB & 0xFFFF) <= 255) in aty_var_to_pll_408()
[all …]
/openbmc/linux/drivers/mtd/maps/
H A Dvmu-flash.c38 u16 tempB; member
515 card->tempB = res[6]; in vmu_queryblocks()
519 card->tempA, card->tempB); in vmu_queryblocks()
523 part_cur->root_block = card->tempB; in vmu_queryblocks()
524 part_cur->numblocks = card->tempB + 1; in vmu_queryblocks()