Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dfw.h4183 #define NUM_OF_RTW89_FW_RFK_TBL 3 macro
4187 __le32 ch[NUM_OF_RTW89_FW_RFK_PATH][NUM_OF_RTW89_FW_RFK_TBL];
4188 __le32 band[NUM_OF_RTW89_FW_RFK_PATH][NUM_OF_RTW89_FW_RFK_TBL];
H A Dfw.c5253 BUILD_BUG_ON(NUM_OF_RTW89_FW_RFK_TBL > RTW89_RFK_CHS_NR); in rtw89_fw_h2c_rf_pre_ntfy()
5255 for (tbl = 0; tbl < NUM_OF_RTW89_FW_RFK_TBL; tbl++) { in rtw89_fw_h2c_rf_pre_ntfy()