#ifndef __MT7601U_PHY_INITVALS_H
#define __MT7601U_PHY_INITVALS_H
#define RF_REG_PAIR(bank, reg, value) …
static const struct mt76_reg_pair rf_central[] = …;
static const struct mt76_reg_pair rf_channel[] = …;
static const struct mt76_reg_pair rf_vga[] = …;
static const struct mt76_reg_pair bbp_high_temp[] = …, bbp_high_temp_bw20[] = …, bbp_high_temp_bw40[] = …, bbp_low_temp[] = …, bbp_low_temp_bw20[] = …, bbp_low_temp_bw40[] = …, bbp_normal_temp[] = …, bbp_normal_temp_bw20[] = …, bbp_normal_temp_bw40[] = …;
#define BBP_TABLE(arr) …
static const struct reg_table { … } bbp_mode_table[3][3] = …;
#endif