Home
last modified time | relevance | path

Searched refs:tmp_gi (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/media/dvb-frontends/
H A Dlgs8gxx.c403 u8 locked = 0, tmp_gi; in lgs8gxx_auto_detect() local
418 tmp_gi = GI_945; in lgs8gxx_auto_detect()
426 tmp_gi = GI_420; in lgs8gxx_auto_detect()
433 tmp_gi = GI_595; in lgs8gxx_auto_detect()
453 if (tmp_gi == GI_945) in lgs8gxx_auto_detect()
455 else if (tmp_gi == GI_595) in lgs8gxx_auto_detect()
457 else if (tmp_gi == GI_420) in lgs8gxx_auto_detect()
459 *gi = tmp_gi; in lgs8gxx_auto_detect()