Searched refs:mask_path_a (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/phydm/rtl8822b/ |
| H A D | phydm_hal_api8822b.c | 527 u2Byte mask_path_a = 0x0303; in phydm_init_hw_info_by_rfe_type_8822b() local 538 ODM_CmnInfoInit(pDM_Odm, ODM_CMNINFO_GPA, (TYPE_GPA1 & (mask_path_a|mask_path_b))); in phydm_init_hw_info_by_rfe_type_8822b() 539 ODM_CmnInfoInit(pDM_Odm, ODM_CMNINFO_APA, (TYPE_APA1 & (mask_path_a|mask_path_b))); in phydm_init_hw_info_by_rfe_type_8822b() 540 ODM_CmnInfoInit(pDM_Odm, ODM_CMNINFO_GLNA, (TYPE_GLNA1 & (mask_path_a|mask_path_b))); in phydm_init_hw_info_by_rfe_type_8822b() 541 ODM_CmnInfoInit(pDM_Odm, ODM_CMNINFO_ALNA, (TYPE_ALNA1 & (mask_path_a|mask_path_b))); in phydm_init_hw_info_by_rfe_type_8822b() 543 ODM_CmnInfoInit(pDM_Odm, ODM_CMNINFO_GPA, (TYPE_GPA2 & (mask_path_a|mask_path_b))); in phydm_init_hw_info_by_rfe_type_8822b() 544 ODM_CmnInfoInit(pDM_Odm, ODM_CMNINFO_APA, (TYPE_APA2 & (mask_path_a|mask_path_b))); in phydm_init_hw_info_by_rfe_type_8822b() 545 ODM_CmnInfoInit(pDM_Odm, ODM_CMNINFO_GLNA, (TYPE_GLNA2 & (mask_path_a|mask_path_b))); in phydm_init_hw_info_by_rfe_type_8822b() 546 ODM_CmnInfoInit(pDM_Odm, ODM_CMNINFO_ALNA, (TYPE_ALNA2 & (mask_path_a|mask_path_b))); in phydm_init_hw_info_by_rfe_type_8822b() 548 ODM_CmnInfoInit(pDM_Odm, ODM_CMNINFO_GPA, (TYPE_GPA0 & (mask_path_a|mask_path_b))); in phydm_init_hw_info_by_rfe_type_8822b() [all …]
|