Lines Matching defs:cx24116_readreg
244 static int cx24116_readreg(struct cx24116_state *state, u8 reg)
471 if (cx24116_readreg(state, 0x20) > 0) {
537 while (cx24116_readreg(state, CX24116_REG_EXECUTE)) {
664 vers[i] = cx24116_readreg(state, CX24116_REG_MAILBOX);
676 int lock = cx24116_readreg(state, CX24116_REG_SSTATUS) &
701 *ber = (cx24116_readreg(state, CX24116_REG_BER24) << 24) |
702 (cx24116_readreg(state, CX24116_REG_BER16) << 16) |
703 (cx24116_readreg(state, CX24116_REG_BER8) << 8) |
704 cx24116_readreg(state, CX24116_REG_BER0);
728 (cx24116_readreg(state,
730 (cx24116_readreg(state, CX24116_REG_SIGNAL) << 6);
752 snr_reading = cx24116_readreg(state, CX24116_REG_QUALITY0);
776 *snr = cx24116_readreg(state, CX24116_REG_QUALITY8) << 8 |
777 cx24116_readreg(state, CX24116_REG_QUALITY0);
798 *ucblocks = (cx24116_readreg(state, CX24116_REG_UCB8) << 8) |
799 cx24116_readreg(state, CX24116_REG_UCB0);
818 cx24116_readreg(state, CX24116_REG_QSTATUS));
822 if (cx24116_readreg(state, CX24116_REG_QSTATUS) & 0x20)
1122 ret = (cx24116_readreg(state, 0xFF) << 8) |
1123 cx24116_readreg(state, 0xFE);
1388 status = cx24116_readreg(state, CX24116_REG_SSTATUS)