Searched refs:RX_VHT_BW (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/phydm/ |
| H A D | phydm_debug.c | 273 u1Byte RX_HT_BW, RX_VHT_BW, RXSC, RX_HT, RX_BW; in phydm_BB_Debug_Info() local 315 RX_VHT_BW = (u1Byte)((value32 >> 1) & 0x3); in phydm_BB_Debug_Info() 343 if (RX_VHT_BW == 0) { in phydm_BB_Debug_Info() 346 } else if (RX_VHT_BW == 1) { in phydm_BB_Debug_Info() 353 RX_BW = RX_VHT_BW; in phydm_BB_Debug_Info()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/phydm/ |
| H A D | phydm_debug.c | 275 u1Byte RX_HT_BW, RX_VHT_BW, RXSC, RX_HT, RX_BW; in phydm_BB_Debug_Info() local 317 RX_VHT_BW = (u1Byte)((value32 >> 1) & 0x3); in phydm_BB_Debug_Info() 345 if (RX_VHT_BW == 0) { in phydm_BB_Debug_Info() 348 } else if (RX_VHT_BW == 1) { in phydm_BB_Debug_Info() 355 RX_BW = RX_VHT_BW; in phydm_BB_Debug_Info()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/phydm/ |
| H A D | phydm_debug.c | 271 u1Byte RX_HT_BW, RX_VHT_BW, RXSC, RX_HT, RX_BW; in phydm_BB_Debug_Info() local 307 RX_VHT_BW = (u1Byte)((value32 >> 1) & 0x3); in phydm_BB_Debug_Info() 315 if (RX_VHT_BW == 0) { in phydm_BB_Debug_Info() 317 } else if (RX_VHT_BW == 1) { in phydm_BB_Debug_Info() 323 RX_BW = RX_VHT_BW; in phydm_BB_Debug_Info()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/phydm/ |
| H A D | phydm_debug.c | 371 u8 RX_HT_BW, RX_VHT_BW, RXSC, RX_HT, RX_BW; in phydm_bb_debug_info() local 409 RX_VHT_BW = (u8)((value32 >> 1) & 0x3); in phydm_bb_debug_info() 417 if (RX_VHT_BW == 0) in phydm_bb_debug_info() 419 else if (RX_VHT_BW == 1) in phydm_bb_debug_info() 424 RX_BW = RX_VHT_BW; in phydm_bb_debug_info()
|