Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/halrf/rtl8822c/
H A Dhalrf_dpk_8822c.c900 u8 tmp_txbb = 0, tmp_pga = 0, i = 0; in _dpk_pas_agc_8822c() local
908 tmp_pga = (u8)odm_get_rf_reg(dm, (enum rf_path)path, in _dpk_pas_agc_8822c()
913 tmp_txbb, tmp_pga); in _dpk_pas_agc_8822c()
931 if (tmp_pga > 0xe) { in _dpk_pas_agc_8822c()
936 } else if ((0xb < tmp_pga) && (tmp_pga < 0xf)) { in _dpk_pas_agc_8822c()
941 } else if (tmp_pga < 0xc) { in _dpk_pas_agc_8822c()
950 if (tmp_pga < 0xc) { in _dpk_pas_agc_8822c()
955 } else if ((0xb < tmp_pga) && (tmp_pga < 0xf)) { in _dpk_pas_agc_8822c()
960 } else if (tmp_pga > 0xe) { in _dpk_pas_agc_8822c()