Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/rtw88/
H A Drtw8822c.h182 #define CFO_TRK_STOP_TH 10 macro
H A Drtw8822c.c4349 if (abs(cfo_avg) <= CFO_TRK_STOP_TH) in rtw8822c_cfo_need_adjust()
/freebsd/sys/contrib/dev/rtw89/
H A Dphy.h61 #define CFO_TRK_STOP_TH (2 << 2)
56 #define CFO_TRK_STOP_TH global() macro
H A Dphy.c3985 if (cfo_abs <= CFO_TRK_STOP_TH) in rtw89_phy_dig_rxb_idx_by_rssi()