Searched refs:lock_slave (Results 1 – 2 of 2) sorted by relevance
2173 u16 lock = 0, lock_slave = 0; in dib9000_read_status() local2180 lock_slave |= dib9000_read_lock(state->fe[index_frontend]); in dib9000_read_status()2186 if ((lock & 0x8000) || (lock_slave & 0x8000)) in dib9000_read_status()2188 if ((lock & 0x3000) || (lock_slave & 0x3000)) in dib9000_read_status()2190 if ((lock & 0x0100) || (lock_slave & 0x0100)) in dib9000_read_status()2192 if (((lock & 0x0038) == 0x38) || ((lock_slave & 0x0038) == 0x38)) in dib9000_read_status()2194 if ((lock & 0x0008) || (lock_slave & 0x0008)) in dib9000_read_status()
3770 u16 lock_slave = 0, lock; in dib8000_read_status() local3775 lock_slave |= dib8000_read_lock(state->fe[index_frontend]); in dib8000_read_status()3779 if (((lock >> 13) & 1) || ((lock_slave >> 13) & 1)) in dib8000_read_status()3782 if (((lock >> 8) & 1) || ((lock_slave >> 8) & 1)) /* Equal */ in dib8000_read_status()3785 if ((((lock >> 1) & 0xf) == 0xf) || (((lock_slave >> 1) & 0xf) == 0xf)) /* TMCC_SYNC */ in dib8000_read_status()3788 if ((((lock >> 12) & 1) || ((lock_slave >> 12) & 1)) && ((lock >> 5) & 7)) /* FEC MPEG */ in dib8000_read_status()3791 if (((lock >> 12) & 1) || ((lock_slave >> 12) & 1)) { in dib8000_read_status()