Home
last modified time | relevance | path

Searched refs:tempA (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
531 p[0] = tempA; in mipsdsp_rashift_acc()
544 int64_t tempB, tempA; in mipsdsp_rndrashift_acc() local
553 p[0] = tempA << 1; in mipsdsp_rndrashift_acc()
1636 tempA = tempA << 7; \
1662 tempA = tempA << 7; \
2662 tempA = mipsdsp_sat32_acc_q31(ac, tempA, env); \
3559 tempA = (tempB << (64 - shift_t)) | (tempA >> shift_t); in helper_dshilo()
3564 tempA = tempA << shift_t; in helper_dshilo()
3577 tempA = rs; in helper_mthlip()
[all …]
/openbmc/linux/drivers/video/fbdev/aty/
H A Dmach64_gx.c504 short divider = 0, tempA; in aty_var_to_pll_1703() local
531 tempA = MIN_N_1703; in aty_var_to_pll_1703()
543 divider |= tempA; in aty_var_to_pll_1703()
550 tempA++; in aty_var_to_pll_1703()
551 } while (tempA <= (MIN_N_1703 << 1)); in aty_var_to_pll_1703()
653 tempA *= (n + 8); /* 43..256 */ in aty_var_to_pll_8398()
743 short divider = 0, tempA; in aty_var_to_pll_408() local
769 tempA = MIN_N_408; in aty_var_to_pll_408()
780 divider |= tempA; in aty_var_to_pll_408()
786 tempA++; in aty_var_to_pll_408()
[all …]
/openbmc/linux/drivers/mtd/maps/
H A Dvmu-flash.c37 u16 tempA; member
514 card->tempA = res[12]; in vmu_queryblocks()
519 card->tempA, card->tempB); in vmu_queryblocks()
522 part_cur->user_blocks = card->tempA; in vmu_queryblocks()