Searched refs:DBG_DIG (Results 1 – 3 of 3) sorted by relevance
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/phydm/ |
D | phydm_dig.c | 40 PHYDM_DBG(dm, DBG_DIG, "%s ======>\n", __func__); in phydm_dig_recorder_reset() 58 PHYDM_DBG(dm, DBG_DIG, "%s ======>\n", __func__); in phydm_dig_recorder() 84 PHYDM_DBG(dm, DBG_DIG, "igi_history[3:0] = {0x%x, 0x%x, 0x%x, 0x%x}\n", in phydm_dig_recorder() 87 PHYDM_DBG(dm, DBG_DIG, "fa_history[3:0] = {%d, %d, %d, %d}\n", in phydm_dig_recorder() 90 PHYDM_DBG(dm, DBG_DIG, "igi_bitmap = {%d, %d, %d, %d} = 0x%x\n", in phydm_dig_recorder() 114 PHYDM_DBG(dm, DBG_DIG, "%s ======>\n", __func__); in phydm_dig_damping_chk() 118 PHYDM_DBG(dm, DBG_DIG, in phydm_dig_damping_chk() 127 PHYDM_DBG(dm, DBG_DIG, "rssi_min=%d, limit_rssi=%d\n", in phydm_dig_damping_chk() 134 PHYDM_DBG(dm, DBG_DIG, "fa_th{H, L}= {%d,%d}\n", fa_high_th, fa_low_th); in phydm_dig_damping_chk() 188 PHYDM_DBG(dm, DBG_DIG, in phydm_dig_damping_chk() [all …]
|
D | phydm.h | 636 DBG_DIG = BIT(F00_DIG), enumerator
|
D | phydm_debug.c | 3546 ((comp & DBG_DIG) ? ("V") : ("."))); in phydm_debug_trace()
|