Home
last modified time | relevance | path

Searched refs:band_a (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_rf.c590 enum band_type band_a, band_b; in rtw_freq_consecutive() local
592 band_a = rtw_freq2band(a); in rtw_freq_consecutive()
593 if (band_a == BAND_MAX) in rtw_freq_consecutive()
596 if (band_b == BAND_MAX || band_a != band_b) in rtw_freq_consecutive()
599 switch (band_a) { in rtw_freq_consecutive()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_rf.c590 enum band_type band_a, band_b; in rtw_freq_consecutive() local
592 band_a = rtw_freq2band(a); in rtw_freq_consecutive()
593 if (band_a == BAND_MAX) in rtw_freq_consecutive()
596 if (band_b == BAND_MAX || band_a != band_b) in rtw_freq_consecutive()
599 switch (band_a) { in rtw_freq_consecutive()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/
H A Drtw_rf.c659 BAND_TYPE band_a, band_b; in rtw_freq_consecutive() local
661 band_a = rtw_freq2band(a); in rtw_freq_consecutive()
662 if (band_a == BAND_MAX) in rtw_freq_consecutive()
665 if (band_b == BAND_MAX || band_a != band_b) in rtw_freq_consecutive()
668 switch (band_a) { in rtw_freq_consecutive()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/
H A Drtw_rf.c659 BAND_TYPE band_a, band_b; in rtw_freq_consecutive() local
661 band_a = rtw_freq2band(a); in rtw_freq_consecutive()
662 if (band_a == BAND_MAX) in rtw_freq_consecutive()
665 if (band_b == BAND_MAX || band_a != band_b) in rtw_freq_consecutive()
668 switch (band_a) { in rtw_freq_consecutive()