Lines Matching refs:second
24 int main, second; member
376 if (state->main == state->second) in msp3400c_print_mode()
387 state->second / 910000, (state->second/910) % 1000); in msp3400c_print_mode()
391 state->second / 910000, (state->second / 910) % 1000); in msp3400c_print_mode()
392 if (state->mode == MSP_MODE_FM_TERRA && state->main != state->second) { in msp3400c_print_mode()
395 state->second / 910000, (state->second / 910) % 1000); in msp3400c_print_mode()
606 state->second = msp3400c_carrier_detect_55[max2].cdo; in msp3400c_thread()
611 state->second = msp3400c_carrier_detect_55[max2].cdo; in msp3400c_thread()
622 state->second = MSP_CARRIER(6.552); in msp3400c_thread()
630 state->second = msp3400c_carrier_detect_65[max2].cdo; in msp3400c_thread()
636 state->second = msp3400c_carrier_detect_65[max2].cdo; in msp3400c_thread()
642 state->second = msp3400c_carrier_detect_65[max2].cdo; in msp3400c_thread()
656 state->second = msp3400c_carrier_detect_main[max1].cdo; in msp3400c_thread()
660 msp3400c_set_carrier(client, state->second, state->main); in msp3400c_thread()
762 state->second = msp_stdlist[i].second; in msp3410d_thread()