Home
last modified time | relevance | path

Searched refs:has_band (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wireless/realtek/rtw89/
H A Dphy.h899 bool has_band; member
H A Ddebug.c5236 bool has_band; in rtw89_mac_diag_match_band() local
5239 has_band = u8_get_bits(rh->io_band, __DIAG_MAC_HAS_BAND); in rtw89_mac_diag_match_band()
5240 if (!has_band) in rtw89_mac_diag_match_band()
H A Drtw8852b_rfk.c4188 p->has_band = true; in rtw8852b_mcc_get_ch_info()
H A Drtw8852c_rfk.c4122 p->has_band = true; in rtw8852c_mcc_get_ch_info()
H A Dphy.c8357 if (desc->has_band && desc->band != chan->band_type) in rfk_chan_is_equivalent()