Searched refs:subband_h (Results 1 – 2 of 2) sorted by relevance
2317 enum rtw89_ant_gain_subband subband_l, subband_h; in rtw89_phy_ant_gain_query() local2324 subband_h = span->ant_gain_subband_high; in rtw89_phy_ant_gain_query()2327 subband_h = subband_l; in rtw89_phy_ant_gain_query()2332 center_freq, subband_l, subband_h); in rtw89_phy_ant_gain_query()2335 ant_gain->offset[path][subband_h]); in rtw89_phy_ant_gain_query()
230 #define RTW89_DECL_6GHZ_SPAN(center_freq, subband_l, subband_h) \ argument233 .sar_subband_high = RTW89_SAR_6GHZ_ ## subband_h, \235 .acpi_sar_subband_high = RTW89_ACPI_SAR_6GHZ_ ## subband_h, \237 .ant_gain_subband_high = RTW89_ANT_GAIN_6GHZ_ ## subband_h, \