Searched refs:vga_idx (Results 1 – 5 of 5) sorted by relevance
96 u8 lan_idx, vga_idx; in query_rxphystatus() local118 vga_idx = (cck_agc_rpt & 0x1f); in query_rxphystatus()122 if (vga_idx <= 27) in query_rxphystatus()124 rx_pwr_all = -100 + 2*(27-vga_idx); in query_rxphystatus()130 rx_pwr_all = -48 + 2*(2-vga_idx); in query_rxphystatus()134 rx_pwr_all = -42 + 2*(7-vga_idx); in query_rxphystatus()138 rx_pwr_all = -36 + 2*(7-vga_idx); in query_rxphystatus()142 rx_pwr_all = -24 + 2*(7-vga_idx); in query_rxphystatus()147 rx_pwr_all = -12 + 2*(5-vga_idx); in query_rxphystatus()149 rx_pwr_all = -6 + 2*(5-vga_idx); in query_rxphystatus()[all …]
67 u8 lan_idx, vga_idx; in _rtl88ee_query_rxphystatus() local95 vga_idx = (cck_agc_rpt & 0x1f); in _rtl88ee_query_rxphystatus()98 if (vga_idx <= 27) in _rtl88ee_query_rxphystatus()100 rx_pwr_all = -100 + 2*(27-vga_idx); in _rtl88ee_query_rxphystatus()106 rx_pwr_all = -48 + 2*(2-vga_idx); in _rtl88ee_query_rxphystatus()110 rx_pwr_all = -42 + 2*(7-vga_idx); in _rtl88ee_query_rxphystatus()114 rx_pwr_all = -36 + 2*(7-vga_idx); in _rtl88ee_query_rxphystatus()118 rx_pwr_all = -24 + 2*(7-vga_idx); in _rtl88ee_query_rxphystatus()123 rx_pwr_all = -12 + 2*(5-vga_idx); in _rtl88ee_query_rxphystatus()125 rx_pwr_all = -6 + 2*(5-vga_idx); in _rtl88ee_query_rxphystatus()[all …]
64 u8 lan_idx, vga_idx; in _rtl92ee_query_rxphystatus() local87 vga_idx = (cck_agc_rpt & 0x1f); in _rtl92ee_query_rxphystatus()90 if (vga_idx <= 27) in _rtl92ee_query_rxphystatus()91 rx_pwr_all = -100 + 2 * (27 - vga_idx); in _rtl92ee_query_rxphystatus()96 rx_pwr_all = -48 + 2 * (2 - vga_idx); in _rtl92ee_query_rxphystatus()99 rx_pwr_all = -42 + 2 * (7 - vga_idx); in _rtl92ee_query_rxphystatus()102 rx_pwr_all = -36 + 2 * (7 - vga_idx); in _rtl92ee_query_rxphystatus()105 rx_pwr_all = -24 + 2 * (7 - vga_idx); in _rtl92ee_query_rxphystatus()109 rx_pwr_all = -12 + 2 * (5 - vga_idx); in _rtl92ee_query_rxphystatus()111 rx_pwr_all = -6 + 2 * (5 - vga_idx); in _rtl92ee_query_rxphystatus()[all …]
64 u8 lan_idx, vga_idx; in _rtl8723be_query_rxphystatus() local87 vga_idx = (cck_agc_rpt & 0x1f); in _rtl8723be_query_rxphystatus()93 rx_pwr_all = -34 - (2 * vga_idx); in _rtl8723be_query_rxphystatus()96 rx_pwr_all = -14 - (2 * vga_idx); in _rtl8723be_query_rxphystatus()99 rx_pwr_all = 6 - (2 * vga_idx); in _rtl8723be_query_rxphystatus()102 rx_pwr_all = 16 - (2 * vga_idx); in _rtl8723be_query_rxphystatus()
1541 u8 lna_idx, vga_idx; in phydm_get_rx_phy_status_type0() local1544 vga_idx = phy_sta_rpt->vga; in phydm_get_rx_phy_status_type0()