Searched refs:postDividers (Results 1 - 1 of 1) sorted by path

/haiku/src/add-ons/accelerants/ati/
H A Drage128_mode.cpp204 const Divider postDividers[] = { local
226 for (int j = 0; j < (int)B_COUNT_OF(postDividers); j++) {
227 output_freq = postDividers[j].divider * freq;
231 params.post_div = postDividers[j].divider;
232 bitValue = postDividers[j].bitValue;

Completed in 53 milliseconds