Lines Matching refs:tscfgh
96 u8 tscfgh; member
870 state->tscfgh | 0x01); in stop()
1199 write_reg(state, RSTV0910_P1_TSCFGH, state->tscfgh | 0x01); in probe()
1200 write_reg(state, RSTV0910_P1_TSCFGH, state->tscfgh); in probe()
1206 write_reg(state, RSTV0910_P2_TSCFGH, state->tscfgh | 0x01); in probe()
1207 write_reg(state, RSTV0910_P2_TSCFGH, state->tscfgh); in probe()
1214 write_reg(state, RSTV0910_P1_TSCFGH, state->tscfgh | 0x01); in probe()
1215 write_reg(state, RSTV0910_P2_TSCFGH, state->tscfgh | 0x01); in probe()
1216 write_reg(state, RSTV0910_P1_TSCFGH, state->tscfgh); in probe()
1217 write_reg(state, RSTV0910_P2_TSCFGH, state->tscfgh); in probe()
1424 state->tscfgh); in read_status()
1427 state->tscfgh | 0x01); in read_status()
1429 state->tscfgh); in read_status()
1787 state->tscfgh = 0x20 | (cfg->parallel ? 0 : 0x40); in stv0910_attach()