Home
last modified time | relevance | path

Searched refs:TIA_GAIN_NUM (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/net/wireless/realtek/rtw89/
Dcore.h3087 #define TIA_GAIN_NUM 2 macro
3107 s8 tia_gain_a[TIA_GAIN_NUM];
3108 s8 tia_gain_g[TIA_GAIN_NUM];
3408 s8 tia_gain[RTW89_BB_GAIN_BAND_NR][RF_PATH_MAX][TIA_GAIN_NUM];
Drtw8852c.c725 static const struct rtw8852c_bb_gain bb_gain_tia[TIA_GAIN_NUM] = {
868 for (i = 0; i < TIA_GAIN_NUM; i++) { in rtw8852c_set_gain_error()