Searched refs:OPMODE_AUTOSELECT (Results 1 – 2 of 2) sorted by relevance
418 case OPMODE_AUTOSELECT: in msp_s_radio()490 reg = (state->opmode == OPMODE_AUTOSELECT) ? 0x30 : 0xbb; in msp_s_routing()506 if (state->opmode == OPMODE_AUTOSELECT) in msp_g_tuner()558 if (state->opmode == OPMODE_AUTOSELECT) in msp_log_status()655 [OPMODE_AUTOSELECT] = "autodetect and autoselect",783 || state->opmode > OPMODE_AUTOSELECT) { in msp_probe()786 state->opmode = OPMODE_AUTOSELECT; in msp_probe()839 case OPMODE_AUTOSELECT: in msp_probe()
45 #define OPMODE_AUTOSELECT 2 /* use autodetect & autoselect (>= msp34xxG) */ macro