Home
last modified time | relevance | path

Searched refs:tempA (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/video/fbdev/aty/
A Dmach64_gx.c506 short divider = 0, tempA; in aty_var_to_pll_1703() local
533 tempA = MIN_N_1703; in aty_var_to_pll_1703()
545 divider |= tempA; in aty_var_to_pll_1703()
552 tempA++; in aty_var_to_pll_1703()
553 } while (tempA <= (MIN_N_1703 << 1)); in aty_var_to_pll_1703()
655 tempA *= (n + 8); /* 43..256 */ in aty_var_to_pll_8398()
745 short divider = 0, tempA; in aty_var_to_pll_408() local
771 tempA = MIN_N_408; in aty_var_to_pll_408()
782 divider |= tempA; in aty_var_to_pll_408()
788 tempA++; in aty_var_to_pll_408()
[all …]
/linux/drivers/mtd/maps/
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()

Completed in 5 milliseconds