Searched refs:lock_slave (Results 1 – 2 of 2) sorted by relevance
2176 u16 lock = 0, lock_slave = 0; in dib9000_read_status() local2183 lock_slave |= dib9000_read_lock(state->fe[index_frontend]); in dib9000_read_status()2189 if ((lock & 0x8000) || (lock_slave & 0x8000)) in dib9000_read_status()2191 if ((lock & 0x3000) || (lock_slave & 0x3000)) in dib9000_read_status()2193 if ((lock & 0x0100) || (lock_slave & 0x0100)) in dib9000_read_status()2195 if (((lock & 0x0038) == 0x38) || ((lock_slave & 0x0038) == 0x38)) in dib9000_read_status()2197 if ((lock & 0x0008) || (lock_slave & 0x0008)) in dib9000_read_status()
3773 u16 lock_slave = 0, lock; in dib8000_read_status() local3778 lock_slave |= dib8000_read_lock(state->fe[index_frontend]); in dib8000_read_status()3782 if (((lock >> 13) & 1) || ((lock_slave >> 13) & 1)) in dib8000_read_status()3785 if (((lock >> 8) & 1) || ((lock_slave >> 8) & 1)) /* Equal */ in dib8000_read_status()3788 if ((((lock >> 1) & 0xf) == 0xf) || (((lock_slave >> 1) & 0xf) == 0xf)) /* TMCC_SYNC */ in dib8000_read_status()3791 if ((((lock >> 12) & 1) || ((lock_slave >> 12) & 1)) && ((lock >> 5) & 7)) /* FEC MPEG */ in dib8000_read_status()3794 if (((lock >> 12) & 1) || ((lock_slave >> 12) & 1)) { in dib8000_read_status()