Searched refs:sm_lt (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/media/tuners/ |
H A D | tda18271-common.c | 532 int sm, int sm_lt, int sm_xt) in tda18271_set_standby_mode() argument 538 tda_dbg("sm = %d, sm_lt = %d, sm_xt = %d\n", sm, sm_lt, sm_xt); in tda18271_set_standby_mode() 540 regs[R_EP3] &= ~0xe0; /* clear sm, sm_lt, sm_xt */ in tda18271_set_standby_mode() 542 (sm_lt ? (1 << 6) : 0) | in tda18271_set_standby_mode()
|
H A D | tda18271-priv.h | 206 int sm, int sm_lt, int sm_xt);
|