Lines Matching refs:kpath
1484 u8 kpath; in _iqk_afebb_restore() local
1489 kpath = _kpath(rtwdev, phy_idx); in _iqk_afebb_restore()
1491 switch (kpath) { in _iqk_afebb_restore()
1532 u8 kpath; in _iqk_macbb_setting() local
1535 kpath = _kpath(rtwdev, phy_idx); in _iqk_macbb_setting()
1537 switch (kpath) { in _iqk_macbb_setting()
1582 static void _wait_rx_mode(struct rtw89_dev *rtwdev, u8 kpath) in _wait_rx_mode() argument
1589 if (!(kpath & BIT(path))) in _wait_rx_mode()
1642 u8 kpath = _kpath(rtwdev, phy_idx); in _iqk() local
1644 switch (kpath) { in _iqk()
1788 enum rtw89_rf_path path, u8 kpath) in _dpk_bb_afe_setting() argument
1800 "[DPK] Set BB/AFE for PHY%d (kpath=%d)\n", phy, kpath); in _dpk_bb_afe_setting()
1805 enum rtw89_rf_path path, u8 kpath) in _dpk_bb_afe_restore() argument
1812 "[DPK] Restore BB/AFE for PHY%d (kpath=%d)\n", phy, kpath); in _dpk_bb_afe_restore()
2493 enum rtw89_phy_idx phy, u8 kpath) in _dpk_cal_select() argument
2526 _dpk_bb_afe_setting(rtwdev, phy, path, kpath); in _dpk_cal_select()
2533 _dpk_bb_afe_restore(rtwdev, phy, path, kpath); in _dpk_cal_select()
2569 u8 path, kpath; in _dpk_force_bypass() local
2571 kpath = _kpath(rtwdev, phy); in _dpk_force_bypass()
2574 if (kpath & BIT(path)) in _dpk_force_bypass()
2699 u8 tx_scale, ofdm_bkof, path, kpath; in _set_dpd_backoff() local
2701 kpath = _kpath(rtwdev, phy); in _set_dpd_backoff()
2710 if (!(kpath & BIT(path))) in _set_dpd_backoff()
4141 u8 kpath, path; in _rxbb_bw() local
4143 kpath = _kpath(rtwdev, phy); in _rxbb_bw()
4146 if (!(kpath & BIT(path))) in _rxbb_bw()