Searched refs:RTW_OFDM_SWING_TABLE_SIZE (Results 1 – 2 of 2) sorted by relevance
64 #define RTW_OFDM_SWING_TABLE_SIZE ARRAY_SIZE(rtw8723d_ofdm_swing_table) macro1264 if (ofdm_index >= RTW_OFDM_SWING_TABLE_SIZE) in rtw8723d_set_iqk_matrix()1265 ofdm_index = RTW_OFDM_SWING_TABLE_SIZE - 1; in rtw8723d_set_iqk_matrix()
167 #define RTW_OFDM_SWING_TABLE_SIZE ARRAY_SIZE(rtw8703b_ofdm_swing_table) macro1608 ofdm_index = clamp_t(s8, ofdm_index, 0, RTW_OFDM_SWING_TABLE_SIZE - 1); in rtw8703b_set_iqk_matrix()