Searched refs:tempA (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | dsp_helper.c | 523 uint64_t tempB, tempA; in mipsdsp_rashift_acc() local 526 tempA = env->active_tc.LO[ac]; in mipsdsp_rashift_acc() 531 p[0] = tempA; in mipsdsp_rashift_acc() 533 p[0] = (tempB << (64 - shift)) | (tempA >> shift); in mipsdsp_rashift_acc() 544 int64_t tempB, tempA; in mipsdsp_rndrashift_acc() local 547 tempA = env->active_tc.LO[ac]; in mipsdsp_rndrashift_acc() 552 p[1] = (tempB << 1) | (tempA >> 63); in mipsdsp_rndrashift_acc() 553 p[0] = tempA << 1; in mipsdsp_rndrashift_acc() 555 p[0] = (tempB << (65 - shift)) | (tempA >> (shift - 1)); in mipsdsp_rndrashift_acc() 1258 uint8_t tempD, tempC, tempB, tempA; \ [all …]
|
/openbmc/linux/drivers/video/fbdev/aty/ |
H A D | mach64_gx.c | 504 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() 614 u32 tempA, tempB, fOut, longMHz100, diff, preDiff; in aty_var_to_pll_8398() local 652 tempA = 938356; /* 14.31818 * 65536 */ in aty_var_to_pll_8398() 653 tempA *= (n + 8); /* 43..256 */ in aty_var_to_pll_8398() 656 fOut = tempA / tempB; /* 8 bit scale */ in aty_var_to_pll_8398() 743 short divider = 0, tempA; in aty_var_to_pll_408() local [all …]
|
/openbmc/linux/drivers/mtd/maps/ |
H A D | vmu-flash.c | 37 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()
|