• Home
  • Raw
  • Download

Lines Matching refs:locks

2998 	u16 locks, deeper_interleaver = 0, i;  in dib8000_tune()  local
3165 locks = (dib8000_read_word(state, 180) >> 6) & 0x3f; /* P_coff_winlen ? */ in dib8000_tune()
3167 *timeout = dib8000_get_timeout(state, 2 * locks, SYMBOL_DEPENDENT_ON); in dib8000_tune()
3172 locks = dib8000_read_lock(fe); in dib8000_tune()
3173 if (locks & (0x3 << 11)) { /* coff-lock and off_cpil_lock achieved */ in dib8000_tune()
3207 locks = dib8000_read_lock(fe); in dib8000_tune()
3208 if (locks & (1<<10)) { /* lmod4_lock */ in dib8000_tune()
3245 locks = 2; /* locks is the tmp local variable name */ in dib8000_tune()
3247 locks = 8; in dib8000_tune()
3249 locks = 2 * deeper_interleaver; in dib8000_tune()
3252 locks *= 2; in dib8000_tune()
3254 *timeout = now + msecs_to_jiffies(200 * locks); /* give the mpeg lock 800ms if sram is present */ in dib8000_tune()
3256 deeper_interleaver, state->longest_intlv_layer, locks, *timeout); in dib8000_tune()
3264 locks = dib8000_read_lock(fe); in dib8000_tune()
3265 if (locks&(1<<(7-state->longest_intlv_layer))) { /* mpeg lock : check the longest one */ in dib8000_tune()
3267 c->layer[0].segment_count ? (locks >> 7) & 0x1 ? "locked" : "NOT LOCKED" : "not enabled", in dib8000_tune()
3268 c->layer[1].segment_count ? (locks >> 6) & 0x1 ? "locked" : "NOT LOCKED" : "not enabled", in dib8000_tune()
3269 c->layer[2].segment_count ? (locks >> 5) & 0x1 ? "locked" : "NOT LOCKED" : "not enabled"); in dib8000_tune()
3285 if (locks & (0x7 << 5)) { in dib8000_tune()
3288 c->layer[0].segment_count ? (locks >> 7) & 0x1 ? "locked" : "NOT LOCKED" : "not enabled", in dib8000_tune()
3289 c->layer[1].segment_count ? (locks >> 6) & 0x1 ? "locked" : "NOT LOCKED" : "not enabled", in dib8000_tune()
3290 c->layer[2].segment_count ? (locks >> 5) & 0x1 ? "locked" : "NOT LOCKED" : "not enabled"); in dib8000_tune()