Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/rtl8723bs/include/
Dhal_phy.h58 RF_PSEUDO_11N = 5, /* 5, It is a temporality RF. */ enumerator
/Linux-v5.4/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_phy.c684 case RF_PSEUDO_11N: in rtl92e_config_phy()
1163 if (priv->rf_chip == RF_PSEUDO_11N) { in _rtl92e_set_bw_mode_work_item()
1243 case RF_PSEUDO_11N: in _rtl92e_set_bw_mode_work_item()
Drtl_core.h143 RF_PSEUDO_11N = 5, enumerator
Drtl_core.c671 case RF_PSEUDO_11N: in _rtl92e_get_supported_wireless_mode()
/Linux-v5.4/drivers/staging/rtl8192u/
Dr819xU_phy.c1470 if (priv->rf_chip == RF_PSEUDO_11N) { in rtl8192_SetBWModeWorkItem()
1584 case RF_PSEUDO_11N: in rtl8192_SetBWModeWorkItem()
Dr8192U.h663 RF_PSEUDO_11N = 4, enumerator
Dr8192U_core.c2042 case RF_PSEUDO_11N: in rtl8192_getSupportedWireleeMode()
/Linux-v5.4/drivers/staging/rtl8723bs/hal/
Dsdio_halinit.c673 pHalData->rf_chip = RF_PSEUDO_11N; in _InitRFType()
1228 pHalData->rf_chip = RF_PSEUDO_11N; in _ReadRFType()
Drtl8723b_phycfg.c888 if (pHalData->rf_chip == RF_PSEUDO_11N) { in phy_SwChnl8723B()