Searched refs:SFO_D (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 | 276 s4Byte SFO_A, SFO_B, SFO_C, SFO_D; in phydm_BB_Debug_Info() local 534 SFO_D = (s4Byte)(value32_3 & bMask12Bits); in phydm_BB_Debug_Info() 552 if (SFO_D > 2047) in phydm_BB_Debug_Info() 553 SFO_D = SFO_D - 4096; in phydm_BB_Debug_Info() 554 SFO_D = (SFO_D * 312500) / 2048; in phydm_BB_Debug_Info() 576 …BUF_SIZE, "\r\n %-35s = %d / %d/ %d/ %d", " Short CFO(Hz) <A/B/C/D>", SFO_A, SFO_B, SFO_C, SFO_D); in phydm_BB_Debug_Info() 591 SFO_D = (s4Byte)(value32_3 & 0x7ff); in phydm_BB_Debug_Info() 602 if (SFO_D > 2047) in phydm_BB_Debug_Info() 603 SFO_D = SFO_D - 4096; in phydm_BB_Debug_Info() 608 SFO_D = SFO_D * 312500 / 1024; in phydm_BB_Debug_Info() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/phydm/ |
| H A D | phydm_debug.c | 278 s4Byte SFO_A, SFO_B, SFO_C, SFO_D; in phydm_BB_Debug_Info() local 536 SFO_D = (s4Byte)(value32_3 & bMask12Bits); in phydm_BB_Debug_Info() 554 if (SFO_D > 2047) in phydm_BB_Debug_Info() 555 SFO_D = SFO_D - 4096; in phydm_BB_Debug_Info() 556 SFO_D = (SFO_D * 312500) / 2048; in phydm_BB_Debug_Info() 578 …BUF_SIZE, "\r\n %-35s = %d / %d/ %d/ %d", " Short CFO(Hz) <A/B/C/D>", SFO_A, SFO_B, SFO_C, SFO_D); in phydm_BB_Debug_Info() 593 SFO_D = (s4Byte)(value32_3 & 0x7ff); in phydm_BB_Debug_Info() 604 if (SFO_D > 2047) in phydm_BB_Debug_Info() 605 SFO_D = SFO_D - 4096; in phydm_BB_Debug_Info() 610 SFO_D = SFO_D * 312500 / 1024; in phydm_BB_Debug_Info() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/phydm/ |
| H A D | phydm_debug.c | 274 s4Byte SFO_A, SFO_B, SFO_C, SFO_D; in phydm_BB_Debug_Info() local 443 SFO_D = (s4Byte)(value32_3 & 0xfff); in phydm_BB_Debug_Info() 460 if (SFO_D > 2047) in phydm_BB_Debug_Info() 461 SFO_D = SFO_D - 4096; in phydm_BB_Debug_Info() 462 SFO_D = (SFO_D * 312500) / 2048; in phydm_BB_Debug_Info() 482 …n - used, "\r\n %-35s = %d / %d / %d /%d", "Short CFO(Hz) <A/B/C/D>", SFO_A, SFO_B, SFO_C, SFO_D)); in phydm_BB_Debug_Info() 494 SFO_D = (s4Byte)(value32_3 & 0x7ff); in phydm_BB_Debug_Info() 505 if (SFO_D > 2047) in phydm_BB_Debug_Info() 506 SFO_D = SFO_D - 4096; in phydm_BB_Debug_Info() 511 SFO_D = SFO_D * 312500 / 1024; in phydm_BB_Debug_Info() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/phydm/ |
| H A D | phydm_debug.c | 374 s32 SFO_A, SFO_B, SFO_C, SFO_D; in phydm_bb_debug_info() local 542 SFO_D = (s32)(value32_3 & 0xfff); in phydm_bb_debug_info() 559 if (SFO_D > 2047) in phydm_bb_debug_info() 560 SFO_D = SFO_D - 4096; in phydm_bb_debug_info() 561 SFO_D = (SFO_D * 312500) / 2048; in phydm_bb_debug_info() 581 …n - used, "\r\n %-35s = %d / %d / %d /%d", "Short CFO(Hz) <A/B/C/D>", SFO_A, SFO_B, SFO_C, SFO_D)); in phydm_bb_debug_info() 593 SFO_D = (s32)(value32_3 & 0x7ff); in phydm_bb_debug_info() 604 if (SFO_D > 2047) in phydm_bb_debug_info() 605 SFO_D = SFO_D - 4096; in phydm_bb_debug_info() 610 SFO_D = SFO_D * 312500 / 1024; in phydm_bb_debug_info() [all …]
|