Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/phydm/
H A Dphydm_debug.c273 u1Byte RX_HT_BW, RX_VHT_BW, RXSC, RX_HT, RX_BW; in phydm_BB_Debug_Info() local
314 RX_HT_BW = (u1Byte)(value32 & 0x1); in phydm_BB_Debug_Info()
357 if (RX_HT_BW == 0) { in phydm_BB_Debug_Info()
360 } else if (RX_HT_BW == 1) { in phydm_BB_Debug_Info()
364 RX_BW = RX_HT_BW; in phydm_BB_Debug_Info()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/phydm/
H A Dphydm_debug.c275 u1Byte RX_HT_BW, RX_VHT_BW, RXSC, RX_HT, RX_BW; in phydm_BB_Debug_Info() local
316 RX_HT_BW = (u1Byte)(value32 & 0x1); in phydm_BB_Debug_Info()
359 if (RX_HT_BW == 0) { in phydm_BB_Debug_Info()
362 } else if (RX_HT_BW == 1) { in phydm_BB_Debug_Info()
366 RX_BW = RX_HT_BW; in phydm_BB_Debug_Info()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/phydm/
H A Dphydm_debug.c271 u1Byte RX_HT_BW, RX_VHT_BW, RXSC, RX_HT, RX_BW; in phydm_BB_Debug_Info() local
306 RX_HT_BW = (u1Byte)(value32 & 0x1); in phydm_BB_Debug_Info()
325 if (RX_HT_BW == 0) { in phydm_BB_Debug_Info()
327 } else if (RX_HT_BW == 1) { in phydm_BB_Debug_Info()
331 RX_BW = RX_HT_BW; in phydm_BB_Debug_Info()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/phydm/
H A Dphydm_debug.c371 u8 RX_HT_BW, RX_VHT_BW, RXSC, RX_HT, RX_BW; in phydm_bb_debug_info() local
408 RX_HT_BW = (u8)(value32 & 0x1); in phydm_bb_debug_info()
426 if (RX_HT_BW == 0) in phydm_bb_debug_info()
428 else if (RX_HT_BW == 1) in phydm_bb_debug_info()
431 RX_BW = RX_HT_BW; in phydm_bb_debug_info()