Lines Matching refs:kpath
1486 u8 kpath;
1491 kpath = _kpath(rtwdev, phy_idx);
1493 switch (kpath) {
1534 u8 kpath;
1537 kpath = _kpath(rtwdev, phy_idx);
1539 switch (kpath) {
1584 static void _wait_rx_mode(struct rtw89_dev *rtwdev, u8 kpath)
1591 if (!(kpath & BIT(path)))
1646 u8 kpath = _kpath(rtwdev, phy_idx);
1648 switch (kpath) {
1792 enum rtw89_rf_path path, u8 kpath,
1805 "[DPK] Set BB/AFE for PHY%d (kpath=%d)\n", phy, kpath);
1810 enum rtw89_rf_path path, u8 kpath,
1818 "[DPK] Restore BB/AFE for PHY%d (kpath=%d)\n", phy, kpath);
2500 enum rtw89_phy_idx phy, u8 kpath,
2535 _dpk_bb_afe_setting(rtwdev, phy, path, kpath, chanctx_idx);
2542 _dpk_bb_afe_restore(rtwdev, phy, path, kpath, chanctx_idx);
2579 u8 path, kpath;
2581 kpath = _kpath(rtwdev, phy);
2584 if (kpath & BIT(path))
2710 u8 tx_scale, ofdm_bkof, path, kpath;
2712 kpath = _kpath(rtwdev, phy);
2721 if (!(kpath & BIT(path)))
4153 u8 kpath, path;
4155 kpath = _kpath(rtwdev, phy);
4158 if (!(kpath & BIT(path)))