Searched refs:CCX_MAX_PERIOD (Results 1 – 2 of 2) sorted by relevance
83 #define CCX_MAX_PERIOD 2097 macro
4746 if (time_ms >= CCX_MAX_PERIOD) in rtw89_phy_ccx_ms_to_period_unit()4747 time_ms = CCX_MAX_PERIOD; in rtw89_phy_ccx_ms_to_period_unit()4749 quotient = CCX_MAX_PERIOD_UNIT * time_ms / CCX_MAX_PERIOD; in rtw89_phy_ccx_ms_to_period_unit()