Lines Matching refs:phy_idx
523 enum rtw89_phy_idx phy_idx, bool en) in rtw8852b_bb_reset_en() argument
527 B_S0_HW_SI_DIS_W_R_TRIG, 0x0, phy_idx); in rtw8852b_bb_reset_en()
529 B_S1_HW_SI_DIS_W_R_TRIG, 0x0, phy_idx); in rtw8852b_bb_reset_en()
530 rtw89_phy_write32_idx(rtwdev, R_RSTB_ASYNC, B_RSTB_ASYNC_ALL, 1, phy_idx); in rtw8852b_bb_reset_en()
538 B_S0_HW_SI_DIS_W_R_TRIG, 0x7, phy_idx); in rtw8852b_bb_reset_en()
540 B_S1_HW_SI_DIS_W_R_TRIG, 0x7, phy_idx); in rtw8852b_bb_reset_en()
542 rtw89_phy_write32_idx(rtwdev, R_RSTB_ASYNC, B_RSTB_ASYNC_ALL, 0, phy_idx); in rtw8852b_bb_reset_en()
547 enum rtw89_phy_idx phy_idx) in rtw8852b_bb_reset() argument
553 rtw8852bx_bb_reset_all(rtwdev, phy_idx); in rtw8852b_bb_reset()
563 enum rtw89_phy_idx phy_idx) in rtw8852b_set_channel() argument
566 rtw8852bx_set_channel_bb(rtwdev, chan, phy_idx); in rtw8852b_set_channel()
567 rtw8852b_set_channel_rf(rtwdev, chan, phy_idx); in rtw8852b_set_channel()
586 u8 phy_idx) in rtw8852b_tssi_cont_en_phyidx() argument
592 if (phy_idx == RTW89_PHY_0) in rtw8852b_tssi_cont_en_phyidx()
611 enum rtw89_phy_idx phy_idx) in rtw8852b_set_channel_help() argument
619 rtw8852b_bb_reset_en(rtwdev, chan->band_type, phy_idx, false); in rtw8852b_set_channel_help()
624 rtw8852b_bb_reset_en(rtwdev, chan->band_type, phy_idx, true); in rtw8852b_set_channel_help()
647 enum rtw89_phy_idx phy_idx = rtwvif_link->phy_idx; in rtw8852b_rfk_channel() local
649 rtw8852b_mcc_get_ch_info(rtwdev, phy_idx); in rtw8852b_rfk_channel()
652 rtw8852b_rx_dck(rtwdev, phy_idx, chanctx_idx); in rtw8852b_rfk_channel()
653 rtw8852b_iqk(rtwdev, phy_idx, chanctx_idx); in rtw8852b_rfk_channel()
655 rtw8852b_tssi(rtwdev, phy_idx, true, chanctx_idx); in rtw8852b_rfk_channel()
657 rtw8852b_dpk(rtwdev, phy_idx, chanctx_idx); in rtw8852b_rfk_channel()
664 enum rtw89_phy_idx phy_idx, in rtw8852b_rfk_band_changed() argument
667 rtw8852b_tssi_scan(rtwdev, phy_idx, chan); in rtw8852b_rfk_band_changed()
674 rtw8852b_wifi_scan_notify(rtwdev, start, rtwvif_link->phy_idx, in rtw8852b_rfk_scan()