Searched refs:xClkPostDivider (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/accelerants/ati/
H A Dmach64_init.cpp31 params.xClkPostDivider = ioValue & 0x7;
33 switch (params.xClkPostDivider) {
43 params.xClkPostDivider = 0;
47 TRACE("Unsupported XCLK source: %d.\n", params.xClkPostDivider);
52 params.xClkPostDivider--;
H A Dmach64_mode.cpp170 int vshift = (6 - 2) - params.xClkPostDivider;
/haiku/headers/private/graphics/ati/
H A DDriverInterface.h117 uint8 xClkPostDivider; member in struct:M64_Params

Completed in 21 milliseconds