Lines Matching refs:second
38 int main, second; member
390 if (state->main == state->second) in msp3400c_print_mode()
401 state->second / 910000, (state->second/910) % 1000); in msp3400c_print_mode()
405 state->second / 910000, (state->second / 910) % 1000); in msp3400c_print_mode()
406 if (state->mode == MSP_MODE_FM_TERRA && state->main != state->second) { in msp3400c_print_mode()
409 state->second / 910000, (state->second / 910) % 1000); in msp3400c_print_mode()
616 state->second = msp3400c_carrier_detect_55[max2].cdo; in msp3400c_thread()
621 state->second = msp3400c_carrier_detect_55[max2].cdo; in msp3400c_thread()
632 state->second = MSP_CARRIER(6.552); in msp3400c_thread()
640 state->second = msp3400c_carrier_detect_65[max2].cdo; in msp3400c_thread()
646 state->second = msp3400c_carrier_detect_65[max2].cdo; in msp3400c_thread()
652 state->second = msp3400c_carrier_detect_65[max2].cdo; in msp3400c_thread()
665 state->second = msp3400c_carrier_detect_main[max1].cdo; in msp3400c_thread()
669 msp3400c_set_carrier(client, state->second, state->main); in msp3400c_thread()
771 state->second = msp_stdlist[i].second; in msp3410d_thread()