Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A Drtl8723b_phycfg.c686 if (pHalData->bSwChnl) { in phy_SwChnlAndSetBwMode8723B()
688 pHalData->bSwChnl = false; in phy_SwChnlAndSetBwMode8723B()
726 pHalData->bSwChnl = true; in PHY_HandleSwChnlAndSetBW8723B()
733 if (!pHalData->bSetChnlBW && !pHalData->bSwChnl) in PHY_HandleSwChnlAndSetBW8723B()
737 if (pHalData->bSwChnl) { in PHY_HandleSwChnlAndSetBW8723B()
754 if (pHalData->bSwChnl) { in PHY_HandleSwChnlAndSetBW8723B()
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Dhal_data.h298 bool bSwChnl; member