tim_offs2         478 drivers/media/dvb-frontends/stv0910.c 	u8 tim_offs2;
tim_offs2         490 drivers/media/dvb-frontends/stv0910.c 	read_reg(state, RSTV0910_P2_TMGREG2 + state->regoff, &tim_offs2);
tim_offs2         496 drivers/media/dvb-frontends/stv0910.c 	timing_offset = ((u32)tim_offs2 << 16) | ((u32)tim_offs1 << 8) |