Lines Matching refs:stv0297_readreg
66 static int stv0297_readreg(struct stv0297_state *state, u8 reg) in stv0297_readreg() function
99 val = stv0297_readreg(state, reg); in stv0297_writereg_mask()
139 tmp = stv0297_readreg(state, 0x55); in stv0297_get_symbolrate()
140 tmp |= stv0297_readreg(state, 0x56) << 8; in stv0297_get_symbolrate()
141 tmp |= stv0297_readreg(state, 0x57) << 16; in stv0297_get_symbolrate()
142 tmp |= stv0297_readreg(state, 0x58) << 24; in stv0297_get_symbolrate()
332 u8 sync = stv0297_readreg(state, 0xDF); in stv0297_read_status()
398 *ucblocks = (stv0297_readreg(state, 0xD5) << 8) in stv0297_read_ucblocks()
399 | stv0297_readreg(state, 0xD4); in stv0297_read_ucblocks()
500 u_threshold = stv0297_readreg(state, 0x00) & 0xf; in stv0297_set_frontend()
501 initial_u = stv0297_readreg(state, 0x01) >> 4; in stv0297_set_frontend()
502 blind_u = stv0297_readreg(state, 0x01) & 0xf; in stv0297_set_frontend()
548 if (stv0297_readreg(state, 0x43) & 0x08) in stv0297_set_frontend()
561 if (stv0297_readreg(state, 0x82) & 0x04) { in stv0297_set_frontend()
574 if (stv0297_readreg(state, 0x82) & 0x08) { in stv0297_set_frontend()
591 if (stv0297_readreg(state, 0xDF) & 0x80) { in stv0297_set_frontend()
601 if (!(stv0297_readreg(state, 0xDF) & 0x80)) { in stv0297_set_frontend()
621 reg_00 = stv0297_readreg(state, 0x00); in stv0297_get_frontend()
622 reg_83 = stv0297_readreg(state, 0x83); in stv0297_get_frontend()
677 if ((stv0297_readreg(state, 0x80) & 0x70) != 0x20) in stv0297_attach()