Home
last modified time | relevance | path

Searched refs:rx_dck (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/rf/halrf_8852b/
H A Dhalrf_8852b.c227 struct halrf_rx_dck_info *rx_dck = &rf->rx_dck; in _rx_dck_info_8852b() local
229 rx_dck->is_afe = is_afe; in _rx_dck_info_8852b()
230 rx_dck->loc[path].cur_band = rf->hal_com->band[phy].cur_chandef.band; in _rx_dck_info_8852b()
231 rx_dck->loc[path].cur_bw = rf->hal_com->band[phy].cur_chandef.bw; in _rx_dck_info_8852b()
232 rx_dck->loc[path].cur_ch = rf->hal_com->band[phy].cur_chandef.center_ch; in _rx_dck_info_8852b()
235 rx_dck->loc[path].cur_band == 0 ? "2G" : in _rx_dck_info_8852b()
236 (rx_dck->loc[path].cur_band == 1 ? "5G" : "6G"), in _rx_dck_info_8852b()
237 rx_dck->loc[path].cur_ch, in _rx_dck_info_8852b()
238 rx_dck->loc[path].cur_bw == 0 ? "20M" : in _rx_dck_info_8852b()
239 (rx_dck->loc[path].cur_bw == 1 ? "40M" : "80M"), in _rx_dck_info_8852b()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/rf/halrf_8852b/
H A Dhalrf_8852b.c227 struct halrf_rx_dck_info *rx_dck = &rf->rx_dck; in _rx_dck_info_8852b() local
229 rx_dck->is_afe = is_afe; in _rx_dck_info_8852b()
230 rx_dck->loc[path].cur_band = rf->hal_com->band[phy].cur_chandef.band; in _rx_dck_info_8852b()
231 rx_dck->loc[path].cur_bw = rf->hal_com->band[phy].cur_chandef.bw; in _rx_dck_info_8852b()
232 rx_dck->loc[path].cur_ch = rf->hal_com->band[phy].cur_chandef.center_ch; in _rx_dck_info_8852b()
235 rx_dck->loc[path].cur_band == 0 ? "2G" : in _rx_dck_info_8852b()
236 (rx_dck->loc[path].cur_band == 1 ? "5G" : "6G"), in _rx_dck_info_8852b()
237 rx_dck->loc[path].cur_ch, in _rx_dck_info_8852b()
238 rx_dck->loc[path].cur_bw == 0 ? "20M" : in _rx_dck_info_8852b()
239 (rx_dck->loc[path].cur_bw == 1 ? "40M" : "80M"), in _rx_dck_info_8852b()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/rf/
H A Dhalrf_dbg.c425 struct halrf_rx_dck_info *rx_dck = &rf->rx_dck; in halrf_rx_dck_info() local
458 if (rx_dck->loc[0].cur_ch == 0) { in halrf_rx_dck_info()
468 "Band / CH / BW / Cal", rx_dck->loc[path].cur_band == 0 ? "2G" : in halrf_rx_dck_info()
469 (rx_dck->loc[path].cur_band == 1 ? "5G" : "6G"), in halrf_rx_dck_info()
470 rx_dck->loc[path].cur_ch, in halrf_rx_dck_info()
471 rx_dck->loc[path].cur_bw == 0 ? "20M" : in halrf_rx_dck_info()
472 (rx_dck->loc[path].cur_bw == 1 ? "40M" : "80M"), in halrf_rx_dck_info()
473 rx_dck->is_afe ? "AFE" : "RFC"); in halrf_rx_dck_info()
H A Dhalrf.h267 struct halrf_rx_dck_info rx_dck; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/rf/
H A Dhalrf_dbg.c425 struct halrf_rx_dck_info *rx_dck = &rf->rx_dck; in halrf_rx_dck_info() local
458 if (rx_dck->loc[0].cur_ch == 0) { in halrf_rx_dck_info()
468 "Band / CH / BW / Cal", rx_dck->loc[path].cur_band == 0 ? "2G" : in halrf_rx_dck_info()
469 (rx_dck->loc[path].cur_band == 1 ? "5G" : "6G"), in halrf_rx_dck_info()
470 rx_dck->loc[path].cur_ch, in halrf_rx_dck_info()
471 rx_dck->loc[path].cur_bw == 0 ? "20M" : in halrf_rx_dck_info()
472 (rx_dck->loc[path].cur_bw == 1 ? "40M" : "80M"), in halrf_rx_dck_info()
473 rx_dck->is_afe ? "AFE" : "RFC"); in halrf_rx_dck_info()
H A Dhalrf.h267 struct halrf_rx_dck_info rx_dck; member