Lines Matching refs:locks
2862 u16 locks, deeper_interleaver = 0, i; in dib8000_tune() local
3050 locks = (dib8000_read_word(state, 180) >> 6) & 0x3f; /* P_coff_winlen ? */ in dib8000_tune()
3052 *timeout = dib8000_get_timeout(state, 2 * locks, SYMBOL_DEPENDENT_ON); in dib8000_tune()
3057 locks = dib8000_read_lock(fe); in dib8000_tune()
3058 if (locks & (0x3 << 11)) { /* coff-lock and off_cpil_lock achieved */ in dib8000_tune()
3092 locks = dib8000_read_lock(fe); in dib8000_tune()
3093 if (locks & (1<<10)) { /* lmod4_lock */ in dib8000_tune()
3130 locks = 2; /* locks is the tmp local variable name */ in dib8000_tune()
3132 locks = 8; in dib8000_tune()
3134 locks = 2 * deeper_interleaver; in dib8000_tune()
3137 locks *= 2; in dib8000_tune()
3139 *timeout = now + (2000 * locks); /* give the mpeg lock 800ms if sram is present */ in dib8000_tune()
3140 …r = %d => will use timeout = %d", deeper_interleaver, state->longest_intlv_layer, locks, *timeout); in dib8000_tune()
3148 locks = dib8000_read_lock(fe); in dib8000_tune()
3149 if (locks&(1<<(7-state->longest_intlv_layer))) { /* mpeg lock : check the longest one */ in dib8000_tune()
3150 …dprintk("Mpeg locks [ L0 : %d | L1 : %d | L2 : %d ]", (locks>>7)&0x1, (locks>>6)&0x1, (locks>>5)&0… in dib8000_tune()
3166 if (locks & (0x7<<5)) { in dib8000_tune()
3167 …dprintk("Mpeg locks [ L0 : %d | L1 : %d | L2 : %d ]", (locks>>7)&0x1, (locks>>6)&0x1, (locks>>5)&0… in dib8000_tune()