Lines Matching refs:gi
368 static int lgs8gxx_autolock_gi(struct lgs8gxx_state *priv, u8 gi, u8 cpn, in lgs8gxx_autolock_gi() argument
375 if (gi == GI_945) in lgs8gxx_autolock_gi()
377 else if (gi == GI_595) in lgs8gxx_autolock_gi()
379 else if (gi == GI_420) in lgs8gxx_autolock_gi()
385 t1 |= gi; in lgs8gxx_autolock_gi()
391 lgs8gxx_write_reg(priv, 0x04, gi); in lgs8gxx_autolock_gi()
409 u8 *detected_param, u8 *gi) in lgs8gxx_auto_detect() argument
469 *gi = tmp_gi; in lgs8gxx_auto_detect()
481 u8 gi = 0x2; in lgs8gxx_auto_lock() local
484 err = lgs8gxx_auto_detect(priv, &detected_param, &gi); in lgs8gxx_auto_lock()
515 switch (gi) { in lgs8gxx_auto_lock()
804 u16 i, gi = priv->curr_gi; in lgs8913_read_signal_strength() local
821 dprintk("gi = %d\n", gi); in lgs8913_read_signal_strength()
822 for (i = 0; i < gi; i++) { in lgs8913_read_signal_strength()