Lines Matching defs:freq_mult
37 u8 freq_mult;
239 (state->freq_mult == 6 ? 0x88 : 0x8c));
289 buf[0] = DIV_ROUND_CLOSEST(state->xtal * state->freq_mult * 2, 1000000);
575 if (state->freq_mult == 6) {
577 state->freq_mult = 9;
583 if (state->freq_mult == 9) {
585 state->freq_mult = 6;
805 state->freq_mult = 9;
811 state->freq_mult = 6;
817 state->freq_mult = 9;