Home
last modified time | relevance | path

Searched refs:bMaskByte1 (Results 1 – 25 of 284) sorted by relevance

12345678910>>...12

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/phydm/
H A Dphydm_ccx.c28 ODM_SetBBReg(pDM_Odm, ODM_REG_NHM_TH3_TO_TH0_11AC, bMaskByte1, CCX_INFO->NHM_th[1]); in phydm_NHMsetting()
32 ODM_SetBBReg(pDM_Odm, ODM_REG_NHM_TH7_TO_TH4_11AC, bMaskByte1, CCX_INFO->NHM_th[5]); in phydm_NHMsetting()
54 …X_INFO->NHM_th_restore[1] = (u1Byte)ODM_GetBBReg(pDM_Odm, ODM_REG_NHM_TH3_TO_TH0_11AC, bMaskByte1); in phydm_NHMsetting()
58 …X_INFO->NHM_th_restore[5] = (u1Byte)ODM_GetBBReg(pDM_Odm, ODM_REG_NHM_TH7_TO_TH4_11AC, bMaskByte1); in phydm_NHMsetting()
76 ODM_SetBBReg(pDM_Odm, ODM_REG_NHM_TH3_TO_TH0_11AC, bMaskByte1, CCX_INFO->NHM_th_restore[1]); in phydm_NHMsetting()
80 ODM_SetBBReg(pDM_Odm, ODM_REG_NHM_TH7_TO_TH4_11AC, bMaskByte1, CCX_INFO->NHM_th_restore[5]); in phydm_NHMsetting()
104 ODM_SetBBReg(pDM_Odm, ODM_REG_NHM_TH3_TO_TH0_11N, bMaskByte1, CCX_INFO->NHM_th[1]); in phydm_NHMsetting()
108 ODM_SetBBReg(pDM_Odm, ODM_REG_NHM_TH7_TO_TH4_11N, bMaskByte1, CCX_INFO->NHM_th[5]); in phydm_NHMsetting()
129 …CX_INFO->NHM_th_restore[1] = (u1Byte)ODM_GetBBReg(pDM_Odm, ODM_REG_NHM_TH3_TO_TH0_11N, bMaskByte1); in phydm_NHMsetting()
133 …CX_INFO->NHM_th_restore[5] = (u1Byte)ODM_GetBBReg(pDM_Odm, ODM_REG_NHM_TH7_TO_TH4_11N, bMaskByte1); in phydm_NHMsetting()
[all …]
H A Dphydm_acs.c387 pACS->NHM_Cnt[idx][9] = (value32 & bMaskByte1) >> 8; in phydm_GetNHMStatisticsAP()
394 pACS->NHM_Cnt[idx][5] = (value32 & bMaskByte1) >> 8; in phydm_GetNHMStatisticsAP()
403 pACS->NHM_Cnt[idx][1] = (value32 & bMaskByte1) >> 8; in phydm_GetNHMStatisticsAP()
421 pACS->NHM_Cnt[idx][9] = (value32 & bMaskByte1) >> 8; in phydm_GetNHMStatisticsAP()
428 pACS->NHM_Cnt[idx][5] = (value32 & bMaskByte1) >> 8; in phydm_GetNHMStatisticsAP()
437 pACS->NHM_Cnt[idx][1] = (value32 & bMaskByte1) >> 8; in phydm_GetNHMStatisticsAP()
H A Dphydm_debug.c357 pwDB = (u1Byte)((value32 & bMaskByte1) >> 8); in phydm_BB_Debug_Info()
364 RF_gain_pathA = (s1Byte)((value32 & bMaskByte1) >> 8); in phydm_BB_Debug_Info()
368 RF_gain_pathB = (s1Byte)((value32 & bMaskByte1) >> 8); in phydm_BB_Debug_Info()
372 RF_gain_pathC = (s1Byte)((value32 & bMaskByte1) >> 8); in phydm_BB_Debug_Info()
376 RF_gain_pathD = (s1Byte)((value32 & bMaskByte1) >> 8); in phydm_BB_Debug_Info()
1968 …Dword_L & bMaskByte0, (Dword_L & bMaskByte1) >> 8, (Dword_L & bMaskByte2) >> 16, (Dword_L & bMaskB… in phydm_cmd_parser()
1969 …Dword_H & bMaskByte0, (Dword_H & bMaskByte1) >> 8, (Dword_H & bMaskByte2) >> 16, (Dword_H & bMaskB… in phydm_cmd_parser()
1972 …Dword_L & bMaskByte0, (Dword_L & bMaskByte1) >> 8, (Dword_L & bMaskByte2) >> 16, (Dword_L & bMaskB… in phydm_cmd_parser()
1973 …Dword_H & bMaskByte0, (Dword_H & bMaskByte1) >> 8, (Dword_H & bMaskByte2) >> 16, (Dword_H & bMaskB… in phydm_cmd_parser()
1996 …Dword_L & bMaskByte0, (Dword_L & bMaskByte1) >> 8, (Dword_L & bMaskByte2) >> 16, (Dword_L & bMaskB… in phydm_cmd_parser()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/rtl8188e/
H A Drtl8188e_phycfg.c1119 phy_set_bb_reg(Adapter, rTxAGC_A_CCK1_Mcs32, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8188E()
1122 phy_set_bb_reg(Adapter, rTxAGC_B_CCK11_A_CCK2_11, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8188E()
1135 phy_set_bb_reg(Adapter, rTxAGC_A_Rate18_06, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8188E()
1148 phy_set_bb_reg(Adapter, rTxAGC_A_Rate54_24, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8188E()
1161 phy_set_bb_reg(Adapter, rTxAGC_A_Mcs03_Mcs00, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8188E()
1174 phy_set_bb_reg(Adapter, rTxAGC_A_Mcs07_Mcs04, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8188E()
1187 phy_set_bb_reg(Adapter, rTxAGC_A_Mcs11_Mcs08, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8188E()
1200 phy_set_bb_reg(Adapter, rTxAGC_A_Mcs15_Mcs12, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8188E()
1216 phy_set_bb_reg(Adapter, rTxAGC_B_CCK1_55_Mcs32, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8188E()
1232 phy_set_bb_reg(Adapter, rTxAGC_B_Rate18_06, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8188E()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/rtl8188e/
H A Drtl8188e_phycfg.c1421 case MGN_1M: PHY_SetBBReg(Adapter, rTxAGC_A_CCK1_Mcs32, bMaskByte1, PowerIndex); break; in PHY_SetTxPowerIndex_8188E()
1422 case MGN_2M: PHY_SetBBReg(Adapter, rTxAGC_B_CCK11_A_CCK2_11, bMaskByte1, PowerIndex); break; in PHY_SetTxPowerIndex_8188E()
1427 case MGN_9M: PHY_SetBBReg(Adapter, rTxAGC_A_Rate18_06, bMaskByte1, PowerIndex); break; in PHY_SetTxPowerIndex_8188E()
1432 case MGN_36M: PHY_SetBBReg(Adapter, rTxAGC_A_Rate54_24, bMaskByte1, PowerIndex); break; in PHY_SetTxPowerIndex_8188E()
1437 case MGN_MCS1: PHY_SetBBReg(Adapter, rTxAGC_A_Mcs03_Mcs00, bMaskByte1, PowerIndex); break; in PHY_SetTxPowerIndex_8188E()
1442 case MGN_MCS5: PHY_SetBBReg(Adapter, rTxAGC_A_Mcs07_Mcs04, bMaskByte1, PowerIndex); break; in PHY_SetTxPowerIndex_8188E()
1447 case MGN_MCS9: PHY_SetBBReg(Adapter, rTxAGC_A_Mcs11_Mcs08, bMaskByte1, PowerIndex); break; in PHY_SetTxPowerIndex_8188E()
1452 case MGN_MCS13: PHY_SetBBReg(Adapter, rTxAGC_A_Mcs15_Mcs12, bMaskByte1, PowerIndex); break; in PHY_SetTxPowerIndex_8188E()
1465 case MGN_1M: PHY_SetBBReg(Adapter, rTxAGC_B_CCK1_55_Mcs32, bMaskByte1, PowerIndex); break; in PHY_SetTxPowerIndex_8188E()
1471 case MGN_9M: PHY_SetBBReg(Adapter, rTxAGC_B_Rate18_06, bMaskByte1, PowerIndex); break; in PHY_SetTxPowerIndex_8188E()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/phydm/
H A Dphydm_acs.c387 pACS->NHM_Cnt[idx][9] = (value32 & bMaskByte1) >> 8; in phydm_GetNHMStatisticsAP()
394 pACS->NHM_Cnt[idx][5] = (value32 & bMaskByte1) >> 8; in phydm_GetNHMStatisticsAP()
403 pACS->NHM_Cnt[idx][1] = (value32 & bMaskByte1) >> 8; in phydm_GetNHMStatisticsAP()
421 pACS->NHM_Cnt[idx][9] = (value32 & bMaskByte1) >> 8; in phydm_GetNHMStatisticsAP()
428 pACS->NHM_Cnt[idx][5] = (value32 & bMaskByte1) >> 8; in phydm_GetNHMStatisticsAP()
437 pACS->NHM_Cnt[idx][1] = (value32 & bMaskByte1) >> 8; in phydm_GetNHMStatisticsAP()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/phydm/
H A Dphydm_acs.c387 pACS->NHM_Cnt[idx][9] = (value32 & bMaskByte1) >> 8; in phydm_GetNHMStatisticsAP()
394 pACS->NHM_Cnt[idx][5] = (value32 & bMaskByte1) >> 8; in phydm_GetNHMStatisticsAP()
403 pACS->NHM_Cnt[idx][1] = (value32 & bMaskByte1) >> 8; in phydm_GetNHMStatisticsAP()
421 pACS->NHM_Cnt[idx][9] = (value32 & bMaskByte1) >> 8; in phydm_GetNHMStatisticsAP()
428 pACS->NHM_Cnt[idx][5] = (value32 & bMaskByte1) >> 8; in phydm_GetNHMStatisticsAP()
437 pACS->NHM_Cnt[idx][1] = (value32 & bMaskByte1) >> 8; in phydm_GetNHMStatisticsAP()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/phydm/rtl8822b/
H A Dphydm_hal_api8822b.c122 ODM_SetBBReg(pDM_Odm, 0xcb4, bMaskByte1, 0x57); in phydm_rfe_8822b()
123 ODM_SetBBReg(pDM_Odm, 0xeb4, bMaskByte1, 0x57); in phydm_rfe_8822b()
150 ODM_SetBBReg(pDM_Odm, 0xcb4, bMaskByte1, 0x75); in phydm_rfe_8822b()
151 ODM_SetBBReg(pDM_Odm, 0xeb4, bMaskByte1, 0x75); in phydm_rfe_8822b()
183 ODM_SetBBReg(pDM_Odm, 0xcb4, bMaskByte1, 0x45); in phydm_rfe_8822b()
184 ODM_SetBBReg(pDM_Odm, 0xeb4, bMaskByte1, 0x45); in phydm_rfe_8822b()
188 ODM_SetBBReg(pDM_Odm, 0xcb4, bMaskByte1, 0x45); in phydm_rfe_8822b()
189 ODM_SetBBReg(pDM_Odm, 0xeb4, bMaskByte1, 0x45); in phydm_rfe_8822b()
212 ODM_SetBBReg(pDM_Odm, 0xcb4, bMaskByte1, 0x57); in phydm_rfe_8822b()
213 ODM_SetBBReg(pDM_Odm, 0xeb4, bMaskByte1, 0x57); in phydm_rfe_8822b()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/hal/
H A Drtl8723b_phycfg.c537 PHY_SetBBReg(Adapter, rTxAGC_A_CCK1_Mcs32, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex()
540 PHY_SetBBReg(Adapter, rTxAGC_B_CCK11_A_CCK2_11, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex()
553 PHY_SetBBReg(Adapter, rTxAGC_A_Rate18_06, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex()
566 PHY_SetBBReg(Adapter, rTxAGC_A_Rate54_24, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex()
579 PHY_SetBBReg(Adapter, rTxAGC_A_Mcs03_Mcs00, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex()
592 PHY_SetBBReg(Adapter, rTxAGC_A_Mcs07_Mcs04, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/rtl8723d/
H A Drtl8723d_phycfg.c682 phy_set_bb_reg(Adapter, rTxAGC_A_CCK1_Mcs32, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8723D()
685 phy_set_bb_reg(Adapter, rTxAGC_B_CCK11_A_CCK2_11, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8723D()
698 phy_set_bb_reg(Adapter, rTxAGC_A_Rate18_06, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8723D()
711 phy_set_bb_reg(Adapter, rTxAGC_A_Rate54_24, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8723D()
724 phy_set_bb_reg(Adapter, rTxAGC_A_Mcs03_Mcs00, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8723D()
737 phy_set_bb_reg(Adapter, rTxAGC_A_Mcs07_Mcs04, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8723D()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/rtl8723d/
H A Drtl8723d_phycfg.c687 phy_set_bb_reg(Adapter, rTxAGC_A_CCK1_Mcs32, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8723D()
690 phy_set_bb_reg(Adapter, rTxAGC_B_CCK11_A_CCK2_11, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8723D()
703 phy_set_bb_reg(Adapter, rTxAGC_A_Rate18_06, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8723D()
716 phy_set_bb_reg(Adapter, rTxAGC_A_Rate54_24, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8723D()
729 phy_set_bb_reg(Adapter, rTxAGC_A_Mcs03_Mcs00, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8723D()
742 phy_set_bb_reg(Adapter, rTxAGC_A_Mcs07_Mcs04, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8723D()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/rtl8188f/
H A Drtl8188f_phycfg.c756 phy_set_bb_reg(Adapter, rTxAGC_A_CCK1_Mcs32, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8188F()
759 phy_set_bb_reg(Adapter, rTxAGC_B_CCK11_A_CCK2_11, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8188F()
772 phy_set_bb_reg(Adapter, rTxAGC_A_Rate18_06, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8188F()
785 phy_set_bb_reg(Adapter, rTxAGC_A_Rate54_24, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8188F()
798 phy_set_bb_reg(Adapter, rTxAGC_A_Mcs03_Mcs00, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8188F()
811 phy_set_bb_reg(Adapter, rTxAGC_A_Mcs07_Mcs04, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8188F()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/rtl8188f/
H A Drtl8188f_phycfg.c777 phy_set_bb_reg(Adapter, rTxAGC_A_CCK1_Mcs32, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8188F()
780 phy_set_bb_reg(Adapter, rTxAGC_B_CCK11_A_CCK2_11, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8188F()
793 phy_set_bb_reg(Adapter, rTxAGC_A_Rate18_06, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8188F()
806 phy_set_bb_reg(Adapter, rTxAGC_A_Rate54_24, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8188F()
819 phy_set_bb_reg(Adapter, rTxAGC_A_Mcs03_Mcs00, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8188F()
832 phy_set_bb_reg(Adapter, rTxAGC_A_Mcs07_Mcs04, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8188F()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/rtl8703b/
H A Drtl8703b_phycfg.c711 phy_set_bb_reg(Adapter, rTxAGC_A_CCK1_Mcs32, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8703B()
714 phy_set_bb_reg(Adapter, rTxAGC_B_CCK11_A_CCK2_11, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8703B()
727 phy_set_bb_reg(Adapter, rTxAGC_A_Rate18_06, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8703B()
740 phy_set_bb_reg(Adapter, rTxAGC_A_Rate54_24, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8703B()
753 phy_set_bb_reg(Adapter, rTxAGC_A_Mcs03_Mcs00, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8703B()
766 phy_set_bb_reg(Adapter, rTxAGC_A_Mcs07_Mcs04, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8703B()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/rtl8723b/
H A Drtl8723b_phycfg.c771 phy_set_bb_reg(Adapter, rTxAGC_A_CCK1_Mcs32, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8723B()
774 phy_set_bb_reg(Adapter, rTxAGC_B_CCK11_A_CCK2_11, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8723B()
787 phy_set_bb_reg(Adapter, rTxAGC_A_Rate18_06, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8723B()
800 phy_set_bb_reg(Adapter, rTxAGC_A_Rate54_24, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8723B()
813 phy_set_bb_reg(Adapter, rTxAGC_A_Mcs03_Mcs00, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8723B()
826 phy_set_bb_reg(Adapter, rTxAGC_A_Mcs07_Mcs04, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8723B()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/rtl8188f/
H A Drtl8188f_phycfg.c704 phy_set_bb_reg(Adapter, rTxAGC_A_CCK1_Mcs32, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8188F()
707 phy_set_bb_reg(Adapter, rTxAGC_B_CCK11_A_CCK2_11, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8188F()
720 phy_set_bb_reg(Adapter, rTxAGC_A_Rate18_06, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8188F()
733 phy_set_bb_reg(Adapter, rTxAGC_A_Rate54_24, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8188F()
746 phy_set_bb_reg(Adapter, rTxAGC_A_Mcs03_Mcs00, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8188F()
759 phy_set_bb_reg(Adapter, rTxAGC_A_Mcs07_Mcs04, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8188F()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/rtl8188f/
H A Drtl8188f_phycfg.c763 phy_set_bb_reg(Adapter, rTxAGC_A_CCK1_Mcs32, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8188F()
766 phy_set_bb_reg(Adapter, rTxAGC_B_CCK11_A_CCK2_11, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8188F()
779 phy_set_bb_reg(Adapter, rTxAGC_A_Rate18_06, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8188F()
792 phy_set_bb_reg(Adapter, rTxAGC_A_Rate54_24, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8188F()
805 phy_set_bb_reg(Adapter, rTxAGC_A_Mcs03_Mcs00, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8188F()
818 phy_set_bb_reg(Adapter, rTxAGC_A_Mcs07_Mcs04, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex_8188F()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/rtl8723b/
H A Drtl8723b_phycfg.c916 case MGN_1M: PHY_SetBBReg(Adapter, rTxAGC_A_CCK1_Mcs32, bMaskByte1, PowerIndex); break; in PHY_SetTxPowerIndex_8723B()
917 case MGN_2M: PHY_SetBBReg(Adapter, rTxAGC_B_CCK11_A_CCK2_11, bMaskByte1, PowerIndex); break; in PHY_SetTxPowerIndex_8723B()
922 case MGN_9M: PHY_SetBBReg(Adapter, rTxAGC_A_Rate18_06, bMaskByte1, PowerIndex); break; in PHY_SetTxPowerIndex_8723B()
927 case MGN_36M: PHY_SetBBReg(Adapter, rTxAGC_A_Rate54_24, bMaskByte1, PowerIndex); break; in PHY_SetTxPowerIndex_8723B()
932 case MGN_MCS1: PHY_SetBBReg(Adapter, rTxAGC_A_Mcs03_Mcs00, bMaskByte1, PowerIndex); break; in PHY_SetTxPowerIndex_8723B()
937 case MGN_MCS5: PHY_SetBBReg(Adapter, rTxAGC_A_Mcs07_Mcs04, bMaskByte1, PowerIndex); break; in PHY_SetTxPowerIndex_8723B()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/
H A Dr819xU_phyreg.h134 #define bMaskByte1 0xff00 macro
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/include/
H A Dhal8188e_phy_reg.h192 #define bMaskByte1 0xff00 macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/
H A Drtl8822b_hal.h171 #define bMaskByte1 0xFF00 /* hal_mp.c & phydm */ macro
H A Drtl8821c_spec.h155 #define bMaskByte1 0xFF00 /* hal_mp.c & phydm */ macro
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_phy.h51 #define bMaskByte1 0xff00 macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/
H A Drtl8822b_hal.h189 #define bMaskByte1 0xFF00 /* hal_mp.c & phydm */ macro
H A Drtl8821c_spec.h165 #define bMaskByte1 0xFF00 /* hal_mp.c & phydm */ macro

12345678910>>...12