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