Searched refs:xclock (Results 1 – 3 of 3) sorted by relevance
/haiku/src/add-ons/media/media-add-ons/radeon/ |
H A D | I2CPort.cpp | 25 int refFreq, refDiv, minFreq, maxFreq, xclock; in CI2CPort() local 28 fRadeon.GetPLLParameters(refFreq, refDiv, minFreq, maxFreq, xclock); in CI2CPort() 32 n = (xclock * 40000.0) / (1.0 * rate); in CI2CPort() 34 n = (xclock * 10000.0) / (4.0 * rate); in CI2CPort()
|
H A D | Radeon.cpp | 318 … CRadeon::GetPLLParameters(int & refFreq, int & refDiv, int & minFreq, int & maxFreq, int & xclock) in GetPLLParameters() argument 324 xclock = fSharedInfo->pll.xclk; in GetPLLParameters()
|
H A D | Radeon.h | 362 void GetPLLParameters(int & refFreq, int & refDiv, int & minFreq, int & maxFreq, int & xclock);
|