Lines Matching refs:status
481 don't bother banging on the status registers */
746 static int s5h1409_read_status(struct dvb_frontend *fe, enum fe_status *status)
752 *status = 0;
765 /* Get the demodulator status */
768 *status |= FE_HAS_VITERBI;
770 *status |= FE_HAS_LOCK | FE_HAS_SYNC;
774 if (*status & FE_HAS_VITERBI)
775 *status |= FE_HAS_CARRIER | FE_HAS_SIGNAL;
778 /* Get the tuner status */
789 *status |= FE_HAS_CARRIER | FE_HAS_SIGNAL;
793 dprintk("%s() status 0x%08x\n", __func__, *status);