Searched refs:cck_highpwr (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192d/ |
H A D | trx_common.c | 49 u8 report, cck_highpwr; in _rtl92d_query_rxphystatus() local 53 cck_highpwr = rtlphy->cck_high_power; in _rtl92d_query_rxphystatus() 55 cck_highpwr = false; in _rtl92d_query_rxphystatus() 56 if (!cck_highpwr) { in _rtl92d_query_rxphystatus()
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
H A D | trx.c | 52 u8 report, cck_highpwr; in _rtl92ce_query_rxphystatus() local 57 cck_highpwr = (u8) rtl_get_bbreg(hw, in _rtl92ce_query_rxphystatus() 61 cck_highpwr = false; in _rtl92ce_query_rxphystatus() 63 if (!cck_highpwr) { in _rtl92ce_query_rxphystatus()
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
H A D | trx.c | 49 u8 report, cck_highpwr; in _rtl8723e_query_rxphystatus() local 59 cck_highpwr = (u8)rtl_get_bbreg(hw, in _rtl8723e_query_rxphystatus() 63 cck_highpwr = false; in _rtl8723e_query_rxphystatus() 65 if (!cck_highpwr) { in _rtl8723e_query_rxphystatus()
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
H A D | trx.c | 58 u8 report, cck_highpwr; in _rtl92se_query_rxphystatus() local 62 cck_highpwr = (u8) rtl_get_bbreg(hw, in _rtl92se_query_rxphystatus() 66 cck_highpwr = false; in _rtl92se_query_rxphystatus() 68 if (!cck_highpwr) { in _rtl92se_query_rxphystatus()
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
H A D | trx.c | 54 u8 cck_highpwr; in _rtl88ee_query_rxphystatus() local 65 cck_highpwr = in _rtl88ee_query_rxphystatus() 69 cck_highpwr = false; in _rtl88ee_query_rxphystatus() 98 if (cck_highpwr) in _rtl88ee_query_rxphystatus() 131 if (!cck_highpwr) { in _rtl88ee_query_rxphystatus()
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
H A D | mac.c | 597 u8 report, cck_highpwr; in _rtl92c_query_rxphystatus() local 601 cck_highpwr = rtlphy->cck_high_power; in _rtl92c_query_rxphystatus() 603 cck_highpwr = false; in _rtl92c_query_rxphystatus() 604 if (!cck_highpwr) { in _rtl92c_query_rxphystatus()
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
H A D | trx.c | 52 u8 cck_highpwr; in _rtl92ee_query_rxphystatus() local 61 cck_highpwr = (u8)rtl_get_bbreg(hw, RFPGA0_XA_HSSIPARAMETER2, in _rtl92ee_query_rxphystatus() 86 if (cck_highpwr) in _rtl92ee_query_rxphystatus() 104 if (!cck_highpwr) { in _rtl92ee_query_rxphystatus()
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
H A D | trx.c | 83 u8 cck_highpwr; in query_rxphystatus() local 92 cck_highpwr = (u8)rtlphy->cck_high_power; in query_rxphystatus() 122 if (cck_highpwr) in query_rxphystatus() 139 if (!cck_highpwr) { in query_rxphystatus()
|
/linux/drivers/staging/rtl8712/ |
H A D | rtl8712_recv.c | 707 u8 bcck_rate = 0, rf_rx_num = 0, cck_highpwr = 0; in query_rx_phy_status() local 722 if (!cck_highpwr) { in query_rx_phy_status()
|