Searched refs:RTW89_H2C_RF_PAGE_NUM (Results 1 – 2 of 2) sorted by relevance
1431 if (page >= RTW89_H2C_RF_PAGE_NUM) { in rtw89_phy_cofig_rf_reg_store()1450 if (remain > RTW89_H2C_RF_PAGE_NUM * RTW89_H2C_RF_PAGE_SIZE) { in rtw89_phy_config_rf_reg_fw()1453 remain, RTW89_H2C_RF_PAGE_NUM * RTW89_H2C_RF_PAGE_SIZE); in rtw89_phy_config_rf_reg_fw()1458 for (i = 0; i < RTW89_H2C_RF_PAGE_NUM && remain; i++, remain -= len) { in rtw89_phy_config_rf_reg_fw()
4071 #define RTW89_H2C_RF_PAGE_NUM 3 macro4074 __le32 rtw89_phy_config_rf_h2c[RTW89_H2C_RF_PAGE_NUM][RTW89_H2C_RF_PAGE_SIZE];