Home
last modified time | relevance | path

Searched refs:bIn24G (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/staging/rtl8723bs/include/
Dhal_com_phycfg.h177 bool *bIn24G
/Linux-v5.10/drivers/staging/rtl8723bs/hal/
Drtl8723b_phycfg.c620 bool bIn24G = false; in PHY_GetTxPowerIndex() local
624 txPower = (s8) PHY_GetTxPowerIndexBase(padapter, RFPath, Rate, BandWidth, Channel, &bIn24G); in PHY_GetTxPowerIndex()
630 (u8)(!bIn24G), in PHY_GetTxPowerIndex()
Dhal_com_phycfg.c1019 bool bIn24G = true; in phy_GetChnlIndex() local
1022 bIn24G = true; in phy_GetChnlIndex()
1025 bIn24G = false; in phy_GetChnlIndex()
1030 return bIn24G; in phy_GetChnlIndex()
1035 return bIn24G; in phy_GetChnlIndex()
1044 bool *bIn24G in PHY_GetTxPowerIndexBase() argument
1057 *bIn24G = phy_GetChnlIndex(Channel, &chnlIdx); in PHY_GetTxPowerIndexBase()
1061 if (*bIn24G) { /* 3 ============================== 2.4 G ============================== */ in PHY_GetTxPowerIndexBase()
Drtl8723b_hal_init.c2356 bool bIn24G = true; in Hal_GetChnlGroup8723B() local
2359 bIn24G = true; in Hal_GetChnlGroup8723B()
2375 bIn24G = false; in Hal_GetChnlGroup8723B()
2415 bIn24G ? "2.4G" : "5G", in Hal_GetChnlGroup8723B()
2420 return bIn24G; in Hal_GetChnlGroup8723B()