Home
last modified time | relevance | path

Searched refs:DRXJ_DEMOD_LOCK (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/media/dvb-frontends/drx39xyj/
H A Ddrxj.h89 #define DRXJ_DEMOD_LOCK (DRX_LOCK_STATE_1) macro
H A Ddrxj.c865 DRXJ_DEMOD_LOCK, /* desired lock */
8895 if (*lock_status == DRXJ_DEMOD_LOCK) { in qam64auto()
8910 if ((*lock_status == DRXJ_DEMOD_LOCK) && /* still demod_lock in 150ms */ in qam64auto()
8928 if (*lock_status == DRXJ_DEMOD_LOCK) { in qam64auto()
8962 if ((*lock_status == DRXJ_DEMOD_LOCK) && /* still demod_lock in 150ms */ in qam64auto()
9041 if (*lock_status == DRXJ_DEMOD_LOCK) { in qam256auto()
9055 if (*lock_status == DRXJ_DEMOD_LOCK) { in qam256auto()
10707 if (lock_status != DRXJ_DEMOD_LOCK && lock_status != DRX_LOCKED) { in ctrl_sig_quality()
10851 *lock_stat = DRXJ_DEMOD_LOCK; in ctrl_lock_status()