Lines Matching defs:kpath
1485 u8 kpath;
1490 kpath = _kpath(rtwdev, phy_idx);
1492 switch (kpath) {
1533 u8 kpath;
1536 kpath = _kpath(rtwdev, phy_idx);
1538 switch (kpath) {
1583 static void _wait_rx_mode(struct rtw89_dev *rtwdev, u8 kpath)
1590 if (!(kpath & BIT(path)))
1643 u8 kpath = _kpath(rtwdev, phy_idx);
1645 switch (kpath) {
1789 enum rtw89_rf_path path, u8 kpath)
1801 "[DPK] Set BB/AFE for PHY%d (kpath=%d)\n", phy, kpath);
1806 enum rtw89_rf_path path, u8 kpath)
1813 "[DPK] Restore BB/AFE for PHY%d (kpath=%d)\n", phy, kpath);
2494 enum rtw89_phy_idx phy, u8 kpath)
2527 _dpk_bb_afe_setting(rtwdev, phy, path, kpath);
2534 _dpk_bb_afe_restore(rtwdev, phy, path, kpath);
2570 u8 path, kpath;
2572 kpath = _kpath(rtwdev, phy);
2575 if (kpath & BIT(path))
2700 u8 tx_scale, ofdm_bkof, path, kpath;
2702 kpath = _kpath(rtwdev, phy);
2711 if (!(kpath & BIT(path)))
4142 u8 kpath, path;
4144 kpath = _kpath(rtwdev, phy);
4147 if (!(kpath & BIT(path)))