Home
last modified time | relevance | path

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

/haiku/src/add-ons/accelerants/ati/
H A Drage128_mode.cpp197 int bitValue; in CalculatePLLRegisters() member
223 int bitValue = -1; in CalculatePLLRegisters() local
232 bitValue = postDividers[j].bitValue; in CalculatePLLRegisters()
237 if (bitValue < 0) { in CalculatePLLRegisters()
243 params.ppll_div_3 = (params.feedback_div | (bitValue << 16)); in CalculatePLLRegisters()