Lines Matching refs:gi
372 static int lgs8gxx_autolock_gi(struct lgs8gxx_state *priv, u8 gi, u8 cpn, in lgs8gxx_autolock_gi() argument
379 if (gi == GI_945) in lgs8gxx_autolock_gi()
381 else if (gi == GI_595) in lgs8gxx_autolock_gi()
383 else if (gi == GI_420) in lgs8gxx_autolock_gi()
389 t1 |= gi; in lgs8gxx_autolock_gi()
395 lgs8gxx_write_reg(priv, 0x04, gi); in lgs8gxx_autolock_gi()
413 u8 *detected_param, u8 *gi) in lgs8gxx_auto_detect() argument
473 *gi = tmp_gi; in lgs8gxx_auto_detect()
485 u8 gi = 0x2; in lgs8gxx_auto_lock() local
488 err = lgs8gxx_auto_detect(priv, &detected_param, &gi); in lgs8gxx_auto_lock()
519 switch (gi) { in lgs8gxx_auto_lock()
817 u16 i, gi = priv->curr_gi; in lgs8913_read_signal_strength() local
834 dprintk("gi = %d\n", gi); in lgs8913_read_signal_strength()
835 for (i = 0; i < gi; i++) { in lgs8913_read_signal_strength()