Home
last modified time | relevance | path

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

/drivers/staging/rtl8723bs/include/
Dhal_phy.h66 RF_PSEUDO_11N = 5, /* 5, It is a temporality RF. */ enumerator
/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_phy.c696 case RF_PSEUDO_11N: in rtl92e_config_phy()
1175 if (priv->rf_chip == RF_PSEUDO_11N) { in _rtl92e_set_bw_mode_work_item()
1255 case RF_PSEUDO_11N: in _rtl92e_set_bw_mode_work_item()
Drtl_core.h155 RF_PSEUDO_11N = 5, enumerator
Drtl_core.c682 case RF_PSEUDO_11N: in _rtl92e_get_supported_wireless_mode()
/drivers/staging/rtl8192u/
Dr819xU_phy.c1526 if (priv->rf_chip == RF_PSEUDO_11N) { in rtl8192_SetBWModeWorkItem()
1643 case RF_PSEUDO_11N: in rtl8192_SetBWModeWorkItem()
Dr8192U.h720 RF_PSEUDO_11N = 4, enumerator
Dr8192U_core.c2129 case RF_PSEUDO_11N: in rtl8192_getSupportedWireleeMode()
/drivers/staging/rtl8723bs/hal/
Dsdio_halinit.c699 pHalData->rf_chip = RF_PSEUDO_11N; in _InitRFType()
1254 pHalData->rf_chip = RF_PSEUDO_11N; in _ReadRFType()
Drtl8723b_phycfg.c901 if (pHalData->rf_chip == RF_PSEUDO_11N) { in phy_SwChnl8723B()