| /OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/hal/ |
| H A D | odm_NoiseMonitor.c | 28 u32 tmp4b; in odm_InbandNoise_Monitor_NSeries() local 67 tmp4b = PHY_QueryBBReg(pDM_Odm->Adapter, 0x8f8, bMaskDWord); in odm_InbandNoise_Monitor_NSeries() 68 …RT_TRACE(pDM_Odm, ODM_COMP_COMMON, ODM_DBG_LOUD, ("Noise Floor Report (0x8f8) = 0x%08x\n", tmp4b)); in odm_InbandNoise_Monitor_NSeries() 77 noise_data.value[ODM_RF_PATH_A] = (u8)(tmp4b&0xff); in odm_InbandNoise_Monitor_NSeries() 78 noise_data.value[ODM_RF_PATH_B] = (u8)((tmp4b&0xff00)>>8); in odm_InbandNoise_Monitor_NSeries()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/phydm/ |
| H A D | phydm_noisemonitor.c | 48 u32 tmp4b; in odm_inband_noise_monitor_n_series() local 78 tmp4b = odm_get_bb_reg(p_dm, 0x8f8, MASKDWORD); in odm_inband_noise_monitor_n_series() 85 noise_data.value[RF_PATH_A] = (u8)(tmp4b & 0xff); in odm_inband_noise_monitor_n_series() 86 noise_data.value[RF_PATH_B] = (u8)((tmp4b & 0xff00) >> 8); in odm_inband_noise_monitor_n_series() 144 u32 tmp4b; in phydm_idle_noise_measurement_ac() local 176 tmp4b = odm_get_bb_reg(p_dm, 0xff0, MASKDWORD); in phydm_idle_noise_measurement_ac() 183 noise_data.value[RF_PATH_A] = (u8)(tmp4b & 0xff); in phydm_idle_noise_measurement_ac() 184 noise_data.value[RF_PATH_B] = (u8)((tmp4b & 0xff00) >> 8); in phydm_idle_noise_measurement_ac()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/phydm/ |
| H A D | phydm_noisemonitor.c | 59 u32 tmp4b; in odm_inband_noise_monitor_n() local 90 tmp4b = odm_get_bb_reg(dm, R_0x8f8, MASKDWORD); in odm_inband_noise_monitor_n() 97 noise_data.value[RF_PATH_A] = (u8)(tmp4b & 0xff); in odm_inband_noise_monitor_n() 98 noise_data.value[RF_PATH_B] = (u8)((tmp4b & 0xff00) >> 8); in odm_inband_noise_monitor_n() 159 u32 tmp4b; in phydm_idle_noise_measure_ac() local 191 tmp4b = odm_get_bb_reg(dm, R_0xff0, MASKDWORD); in phydm_idle_noise_measure_ac() 198 noise_data.value[RF_PATH_A] = (u8)(tmp4b & 0xff); in phydm_idle_noise_measure_ac() 199 noise_data.value[RF_PATH_B] = (u8)((tmp4b & 0xff00) >> 8); in phydm_idle_noise_measure_ac()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/phydm/ |
| H A D | phydm_noisemonitor.c | 58 u32 tmp4b; in odm_inband_noise_monitor_n() local 89 tmp4b = odm_get_bb_reg(dm, R_0x8f8, MASKDWORD); in odm_inband_noise_monitor_n() 96 noise_data.value[RF_PATH_A] = (u8)(tmp4b & 0xff); in odm_inband_noise_monitor_n() 97 noise_data.value[RF_PATH_B] = (u8)((tmp4b & 0xff00) >> 8); in odm_inband_noise_monitor_n() 158 u32 tmp4b; in phydm_idle_noise_measure_ac() local 190 tmp4b = odm_get_bb_reg(dm, R_0xff0, MASKDWORD); in phydm_idle_noise_measure_ac() 197 noise_data.value[RF_PATH_A] = (u8)(tmp4b & 0xff); in phydm_idle_noise_measure_ac() 198 noise_data.value[RF_PATH_B] = (u8)((tmp4b & 0xff00) >> 8); in phydm_idle_noise_measure_ac()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/phydm/ |
| H A D | phydm_noisemonitor.c | 58 u32 tmp4b; in odm_inband_noise_monitor_n() local 89 tmp4b = odm_get_bb_reg(dm, R_0x8f8, MASKDWORD); in odm_inband_noise_monitor_n() 96 noise_data.value[RF_PATH_A] = (u8)(tmp4b & 0xff); in odm_inband_noise_monitor_n() 97 noise_data.value[RF_PATH_B] = (u8)((tmp4b & 0xff00) >> 8); in odm_inband_noise_monitor_n() 158 u32 tmp4b; in phydm_idle_noise_measure_ac() local 190 tmp4b = odm_get_bb_reg(dm, R_0xff0, MASKDWORD); in phydm_idle_noise_measure_ac() 197 noise_data.value[RF_PATH_A] = (u8)(tmp4b & 0xff); in phydm_idle_noise_measure_ac() 198 noise_data.value[RF_PATH_B] = (u8)((tmp4b & 0xff00) >> 8); in phydm_idle_noise_measure_ac()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/phydm/ |
| H A D | phydm_noisemonitor.c | 59 u32 tmp4b; in odm_inband_noise_monitor_n() local 90 tmp4b = odm_get_bb_reg(dm, R_0x8f8, MASKDWORD); in odm_inband_noise_monitor_n() 97 noise_data.value[RF_PATH_A] = (u8)(tmp4b & 0xff); in odm_inband_noise_monitor_n() 98 noise_data.value[RF_PATH_B] = (u8)((tmp4b & 0xff00) >> 8); in odm_inband_noise_monitor_n() 159 u32 tmp4b; in phydm_idle_noise_measure_ac() local 191 tmp4b = odm_get_bb_reg(dm, R_0xff0, MASKDWORD); in phydm_idle_noise_measure_ac() 198 noise_data.value[RF_PATH_A] = (u8)(tmp4b & 0xff); in phydm_idle_noise_measure_ac() 199 noise_data.value[RF_PATH_B] = (u8)((tmp4b & 0xff00) >> 8); in phydm_idle_noise_measure_ac()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/phydm/ |
| H A D | phydm_noisemonitor.c | 58 u32 tmp4b; in odm_inband_noise_monitor_n() local 89 tmp4b = odm_get_bb_reg(dm, R_0x8f8, MASKDWORD); in odm_inband_noise_monitor_n() 96 noise_data.value[RF_PATH_A] = (u8)(tmp4b & 0xff); in odm_inband_noise_monitor_n() 97 noise_data.value[RF_PATH_B] = (u8)((tmp4b & 0xff00) >> 8); in odm_inband_noise_monitor_n() 158 u32 tmp4b; in phydm_idle_noise_measure_ac() local 190 tmp4b = odm_get_bb_reg(dm, R_0xff0, MASKDWORD); in phydm_idle_noise_measure_ac() 197 noise_data.value[RF_PATH_A] = (u8)(tmp4b & 0xff); in phydm_idle_noise_measure_ac() 198 noise_data.value[RF_PATH_B] = (u8)((tmp4b & 0xff00) >> 8); in phydm_idle_noise_measure_ac()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/phydm/ |
| H A D | phydm_noisemonitor.c | 59 u32 tmp4b; in odm_inband_noise_monitor_n() local 90 tmp4b = odm_get_bb_reg(dm, R_0x8f8, MASKDWORD); in odm_inband_noise_monitor_n() 97 noise_data.value[RF_PATH_A] = (u8)(tmp4b & 0xff); in odm_inband_noise_monitor_n() 98 noise_data.value[RF_PATH_B] = (u8)((tmp4b & 0xff00) >> 8); in odm_inband_noise_monitor_n() 159 u32 tmp4b; in phydm_idle_noise_measure_ac() local 191 tmp4b = odm_get_bb_reg(dm, R_0xff0, MASKDWORD); in phydm_idle_noise_measure_ac() 198 noise_data.value[RF_PATH_A] = (u8)(tmp4b & 0xff); in phydm_idle_noise_measure_ac() 199 noise_data.value[RF_PATH_B] = (u8)((tmp4b & 0xff00) >> 8); in phydm_idle_noise_measure_ac()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/phydm/ |
| H A D | phydm_noisemonitor.c | 59 u32 tmp4b; in odm_inband_noise_monitor_n() local 90 tmp4b = odm_get_bb_reg(dm, R_0x8f8, MASKDWORD); in odm_inband_noise_monitor_n() 97 noise_data.value[RF_PATH_A] = (u8)(tmp4b & 0xff); in odm_inband_noise_monitor_n() 98 noise_data.value[RF_PATH_B] = (u8)((tmp4b & 0xff00) >> 8); in odm_inband_noise_monitor_n() 159 u32 tmp4b; in phydm_idle_noise_measure_ac() local 191 tmp4b = odm_get_bb_reg(dm, R_0xff0, MASKDWORD); in phydm_idle_noise_measure_ac() 198 noise_data.value[RF_PATH_A] = (u8)(tmp4b & 0xff); in phydm_idle_noise_measure_ac() 199 noise_data.value[RF_PATH_B] = (u8)((tmp4b & 0xff00) >> 8); in phydm_idle_noise_measure_ac()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/phydm/ |
| H A D | phydm_noisemonitor.c | 58 u32 tmp4b; in odm_inband_noise_monitor_n() local 89 tmp4b = odm_get_bb_reg(dm, R_0x8f8, MASKDWORD); in odm_inband_noise_monitor_n() 96 noise_data.value[RF_PATH_A] = (u8)(tmp4b & 0xff); in odm_inband_noise_monitor_n() 97 noise_data.value[RF_PATH_B] = (u8)((tmp4b & 0xff00) >> 8); in odm_inband_noise_monitor_n() 158 u32 tmp4b; in phydm_idle_noise_measure_ac() local 190 tmp4b = odm_get_bb_reg(dm, R_0xff0, MASKDWORD); in phydm_idle_noise_measure_ac() 197 noise_data.value[RF_PATH_A] = (u8)(tmp4b & 0xff); in phydm_idle_noise_measure_ac() 198 noise_data.value[RF_PATH_B] = (u8)((tmp4b & 0xff00) >> 8); in phydm_idle_noise_measure_ac()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/phydm/ |
| H A D | phydm_noisemonitor.c | 58 u32 tmp4b; in odm_inband_noise_monitor_n() local 89 tmp4b = odm_get_bb_reg(dm, R_0x8f8, MASKDWORD); in odm_inband_noise_monitor_n() 96 noise_data.value[RF_PATH_A] = (u8)(tmp4b & 0xff); in odm_inband_noise_monitor_n() 97 noise_data.value[RF_PATH_B] = (u8)((tmp4b & 0xff00) >> 8); in odm_inband_noise_monitor_n() 158 u32 tmp4b; in phydm_idle_noise_measure_ac() local 190 tmp4b = odm_get_bb_reg(dm, R_0xff0, MASKDWORD); in phydm_idle_noise_measure_ac() 197 noise_data.value[RF_PATH_A] = (u8)(tmp4b & 0xff); in phydm_idle_noise_measure_ac() 198 noise_data.value[RF_PATH_B] = (u8)((tmp4b & 0xff00) >> 8); in phydm_idle_noise_measure_ac()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/ |
| H A D | phydm_noisemonitor.c | 58 u32 tmp4b; in odm_inband_noise_monitor_n() local 89 tmp4b = odm_get_bb_reg(dm, R_0x8f8, MASKDWORD); in odm_inband_noise_monitor_n() 96 noise_data.value[RF_PATH_A] = (u8)(tmp4b & 0xff); in odm_inband_noise_monitor_n() 97 noise_data.value[RF_PATH_B] = (u8)((tmp4b & 0xff00) >> 8); in odm_inband_noise_monitor_n() 158 u32 tmp4b; in phydm_idle_noise_measure_ac() local 190 tmp4b = odm_get_bb_reg(dm, R_0xff0, MASKDWORD); in phydm_idle_noise_measure_ac() 197 noise_data.value[RF_PATH_A] = (u8)(tmp4b & 0xff); in phydm_idle_noise_measure_ac() 198 noise_data.value[RF_PATH_B] = (u8)((tmp4b & 0xff00) >> 8); in phydm_idle_noise_measure_ac()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/phydm/ |
| H A D | phydm_noisemonitor.c | 59 u32 tmp4b; in odm_inband_noise_monitor_n() local 90 tmp4b = odm_get_bb_reg(dm, R_0x8f8, MASKDWORD); in odm_inband_noise_monitor_n() 97 noise_data.value[RF_PATH_A] = (u8)(tmp4b & 0xff); in odm_inband_noise_monitor_n() 98 noise_data.value[RF_PATH_B] = (u8)((tmp4b & 0xff00) >> 8); in odm_inband_noise_monitor_n() 159 u32 tmp4b; in phydm_idle_noise_measure_ac() local 191 tmp4b = odm_get_bb_reg(dm, R_0xff0, MASKDWORD); in phydm_idle_noise_measure_ac() 198 noise_data.value[RF_PATH_A] = (u8)(tmp4b & 0xff); in phydm_idle_noise_measure_ac() 199 noise_data.value[RF_PATH_B] = (u8)((tmp4b & 0xff00) >> 8); in phydm_idle_noise_measure_ac()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/phydm/ |
| H A D | phydm_noisemonitor.c | 58 u32 tmp4b; in odm_inband_noise_monitor_n() local 89 tmp4b = odm_get_bb_reg(dm, R_0x8f8, MASKDWORD); in odm_inband_noise_monitor_n() 96 noise_data.value[RF_PATH_A] = (u8)(tmp4b & 0xff); in odm_inband_noise_monitor_n() 97 noise_data.value[RF_PATH_B] = (u8)((tmp4b & 0xff00) >> 8); in odm_inband_noise_monitor_n() 158 u32 tmp4b; in phydm_idle_noise_measure_ac() local 190 tmp4b = odm_get_bb_reg(dm, R_0xff0, MASKDWORD); in phydm_idle_noise_measure_ac() 197 noise_data.value[RF_PATH_A] = (u8)(tmp4b & 0xff); in phydm_idle_noise_measure_ac() 198 noise_data.value[RF_PATH_B] = (u8)((tmp4b & 0xff00) >> 8); in phydm_idle_noise_measure_ac()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/phydm/ |
| H A D | phydm_noisemonitor.c | 46 u4Byte tmp4b; in odm_InbandNoise_Monitor_NSeries() local 88 tmp4b = ODM_GetBBReg(pDM_Odm, 0x8f8,bMaskDWord ); in odm_InbandNoise_Monitor_NSeries() 89 …M_RT_TRACE(pDM_Odm,ODM_COMP_COMMON, ODM_DBG_LOUD,("Noise Floor Report (0x8f8) = 0x%08x\n", tmp4b)); in odm_InbandNoise_Monitor_NSeries() 98 noise_data.value[ODM_RF_PATH_A] = (u1Byte)(tmp4b&0xff); in odm_InbandNoise_Monitor_NSeries() 99 noise_data.value[ODM_RF_PATH_B] = (u1Byte)((tmp4b&0xff00)>>8); in odm_InbandNoise_Monitor_NSeries()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/phydm/ |
| H A D | phydm_noisemonitor.c | 46 u4Byte tmp4b; in odm_InbandNoise_Monitor_NSeries() local 88 tmp4b = ODM_GetBBReg(pDM_Odm, 0x8f8,bMaskDWord ); in odm_InbandNoise_Monitor_NSeries() 89 …M_RT_TRACE(pDM_Odm,ODM_COMP_COMMON, ODM_DBG_LOUD,("Noise Floor Report (0x8f8) = 0x%08x\n", tmp4b)); in odm_InbandNoise_Monitor_NSeries() 98 noise_data.value[ODM_RF_PATH_A] = (u1Byte)(tmp4b&0xff); in odm_InbandNoise_Monitor_NSeries() 99 noise_data.value[ODM_RF_PATH_B] = (u1Byte)((tmp4b&0xff00)>>8); in odm_InbandNoise_Monitor_NSeries()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/phydm/ |
| H A D | phydm_noisemonitor.c | 46 u4Byte tmp4b; in odm_InbandNoise_Monitor_NSeries() local 88 tmp4b = ODM_GetBBReg(pDM_Odm, 0x8f8,bMaskDWord ); in odm_InbandNoise_Monitor_NSeries() 89 …M_RT_TRACE(pDM_Odm,ODM_COMP_COMMON, ODM_DBG_LOUD,("Noise Floor Report (0x8f8) = 0x%08x\n", tmp4b)); in odm_InbandNoise_Monitor_NSeries() 98 noise_data.value[ODM_RF_PATH_A] = (u1Byte)(tmp4b&0xff); in odm_InbandNoise_Monitor_NSeries() 99 noise_data.value[ODM_RF_PATH_B] = (u1Byte)((tmp4b&0xff00)>>8); in odm_InbandNoise_Monitor_NSeries()
|