• Home
  • Raw
  • Download

Lines Matching refs:locks

3023 	u16 locks, deeper_interleaver = 0, i;  in dib8000_tune()  local
3191 locks = (dib8000_read_word(state, 180) >> 6) & 0x3f; /* P_coff_winlen ? */ in dib8000_tune()
3193 *timeout = dib8000_get_timeout(state, 2 * locks, SYMBOL_DEPENDENT_ON); in dib8000_tune()
3198 locks = dib8000_read_lock(fe); in dib8000_tune()
3199 if (locks & (0x3 << 11)) { /* coff-lock and off_cpil_lock achieved */ in dib8000_tune()
3233 locks = dib8000_read_lock(fe); in dib8000_tune()
3234 if (locks & (1<<10)) { /* lmod4_lock */ in dib8000_tune()
3271 locks = 2; /* locks is the tmp local variable name */ in dib8000_tune()
3273 locks = 8; in dib8000_tune()
3275 locks = 2 * deeper_interleaver; in dib8000_tune()
3278 locks *= 2; in dib8000_tune()
3280 *timeout = now + msecs_to_jiffies(200 * locks); /* give the mpeg lock 800ms if sram is present */ in dib8000_tune()
3282 deeper_interleaver, state->longest_intlv_layer, locks, *timeout); in dib8000_tune()
3290 locks = dib8000_read_lock(fe); in dib8000_tune()
3291 if (locks&(1<<(7-state->longest_intlv_layer))) { /* mpeg lock : check the longest one */ in dib8000_tune()
3293 c->layer[0].segment_count ? (locks >> 7) & 0x1 ? "locked" : "NOT LOCKED" : "not enabled", in dib8000_tune()
3294 c->layer[1].segment_count ? (locks >> 6) & 0x1 ? "locked" : "NOT LOCKED" : "not enabled", in dib8000_tune()
3295 c->layer[2].segment_count ? (locks >> 5) & 0x1 ? "locked" : "NOT LOCKED" : "not enabled"); in dib8000_tune()
3311 if (locks & (0x7 << 5)) { in dib8000_tune()
3314 c->layer[0].segment_count ? (locks >> 7) & 0x1 ? "locked" : "NOT LOCKED" : "not enabled", in dib8000_tune()
3315 c->layer[1].segment_count ? (locks >> 6) & 0x1 ? "locked" : "NOT LOCKED" : "not enabled", in dib8000_tune()
3316 c->layer[2].segment_count ? (locks >> 5) & 0x1 ? "locked" : "NOT LOCKED" : "not enabled"); in dib8000_tune()