| /freebsd/tools/tools/kdrv/ |
| H A D | KernelDriver | 234 proc validateDrvPackage {dir kpath} { argument 266 if {![file isdirectory $kpath$p]} { 269 if {![file writable $kpath$p]} { 278 if {![file isdirectory $kpath$p]} { 281 if {![file writable $kpath$p]} { 293 if {![file writable $kpath$f]} { 310 proc installDrvFiles {dir kpath} { argument 321 if {$Options(verbose)} {puts "$f -> $kpath$Drv(filei386:$f)";} 323 if {[catch {exec cp $dir$f $kpath$Drv(filei386:$f)} msg]} { 331 if {$Options(verbose)} {puts "$f -> $kpath$Drv(fileconf:$f)";} [all …]
|
| /freebsd/sys/contrib/dev/rtw89/ |
| H A D | rtw8922a_rfk.c | 46 u8 kpath; in rtw8922a_ctl_band_ch_bw() local 55 kpath = rtw89_phy_get_kpath(rtwdev, phy); in rtw8922a_ctl_band_ch_bw() 65 if (!(kpath & BIT(path))) in rtw8922a_ctl_band_ch_bw() 174 static void rtw8922a_chlk_ktbl_sel(struct rtw89_dev *rtwdev, u8 kpath, u8 idx) in rtw8922a_chlk_ktbl_sel() argument 183 if (kpath & RF_A) { in rtw8922a_chlk_ktbl_sel() 195 if (kpath & RF_B) { in rtw8922a_chlk_ktbl_sel()
|
| H A D | rtw8852b_rfk.c | 1472 u8 kpath; in _iqk_afebb_restore() local 1477 kpath = _kpath(rtwdev, phy_idx); in _iqk_afebb_restore() 1479 switch (kpath) { in _iqk_afebb_restore() 1519 u8 kpath; in _iqk_macbb_setting() local 1522 kpath = _kpath(rtwdev, phy_idx); in _iqk_macbb_setting() 1524 switch (kpath) { in _iqk_macbb_setting() 1569 static void _wait_rx_mode(struct rtw89_dev *rtwdev, u8 kpath) in _wait_rx_mode() argument 1576 if (!(kpath & BIT(path))) in _wait_rx_mode() 1631 u8 kpath = _kpath(rtwdev, phy_idx); in _iqk() local 1633 switch (kpath) { in _iqk() [all …]
|
| H A D | rtw8852a_rfk.c | 92 static void _wait_rx_mode(struct rtw89_dev *rtwdev, u8 kpath) in _wait_rx_mode() argument 99 if (!(kpath & BIT(path))) in _wait_rx_mode() 1726 u8 path, kpath, dck_tune; in _rx_dck() 1734 kpath = _kpath(rtwdev, phy); in _rx_dck() 1737 if (!(kpath & BIT(path))) in _rx_dck() 1895 enum rtw89_rf_path path, u8 kpath) in _dpk_bb_afe_setting() 1897 switch (kpath) { in _dpk_bb_afe_setting() 1921 "[DPK] Set BB/AFE for PHY%d (kpath=%d)\n", phy, kpath); in _dpk_bb_afe_restore() 1926 enum rtw89_rf_path path, u8 kpath) in _dpk_tssi_pause() 1709 u8 path, kpath, dck_tune; _rx_dck() local 1876 _dpk_bb_afe_setting(struct rtw89_dev * rtwdev,enum rtw89_phy_idx phy,enum rtw89_rf_path path,u8 kpath) _dpk_bb_afe_setting() argument 1907 _dpk_bb_afe_restore(struct rtw89_dev * rtwdev,enum rtw89_phy_idx phy,enum rtw89_rf_path path,u8 kpath) _dpk_bb_afe_restore() argument 2587 _dpk_cal_select(struct rtw89_dev * rtwdev,bool force,enum rtw89_phy_idx phy,u8 kpath) _dpk_cal_select() argument 2675 u8 path, kpath; _dpk_force_bypass() local [all...] |
| H A D | rtw8852c_rfk.c | 151 static void _wait_rx_mode(struct rtw89_dev *rtwdev, u8 kpath) in _wait_rx_mode() 158 if (!(kpath & BIT(path))) in _wait_rx_mode() 1934 enum rtw89_rf_path path, u8 kpath) in _dpk_bb_afe_setting() 2697 enum rtw89_phy_idx phy, u8 kpath, in _dpk_cal_select() 2715 if (!(kpath & BIT(path))) in _dpk_cal_select() 2748 _dpk_bb_afe_setting(rtwdev, phy, path, kpath); in _dpk_cal_select() 2795 u8 path, kpath; 2797 kpath = _kpath(rtwdev, phy); in _dpk() 2800 if (kpath & BIT(path)) in _dpk() 3904 u8 kpath, pat in _ch_setting() 149 _wait_rx_mode(struct rtw89_dev * rtwdev,u8 kpath) _wait_rx_mode() argument 1928 _dpk_bb_afe_setting(struct rtw89_dev * rtwdev,enum rtw89_phy_idx phy,enum rtw89_rf_path path,u8 kpath) _dpk_bb_afe_setting() argument 2691 _dpk_cal_select(struct rtw89_dev * rtwdev,bool force,enum rtw89_phy_idx phy,u8 kpath) _dpk_cal_select() argument 2786 u8 path, kpath; _dpk_force_bypass() local 3848 u8 kpath, path; _ctrl_bw() local 3915 u8 kpath, path; _ctrl_ch() local 3941 u8 kpath; _rxbb_bw() local 4112 u8 path, kpath; _rx_dck() local [all...] |
| H A D | rtw8852bt_rfk.c | 298 enum rtw89_rf_path path, u8 kpath) in _rfk_bb_afe_setting() argument 342 enum rtw89_rf_path path, u8 kpath) in _rfk_bb_afe_restore() argument 1718 static void _wait_rx_mode(struct rtw89_dev *rtwdev, u8 kpath) in _wait_rx_mode() argument 1725 if (!(kpath & BIT(path))) in _wait_rx_mode() 1780 u8 kpath = _kpath(rtwdev, phy_idx); in _iqk() local 1782 switch (kpath) { in _iqk() 2595 enum rtw89_phy_idx phy, u8 kpath, in _dpk_cal_select() argument 2623 _rfk_bb_afe_setting(rtwdev, phy, path, kpath); in _dpk_cal_select() 2628 _rfk_bb_afe_restore(rtwdev, phy, path, kpath); in _dpk_cal_select() 2666 u8 path, kpath; in _dpk_force_bypass() local [all …]
|
| H A D | rtw8851b_rfk.c | 229 static void _wait_rx_mode(struct rtw89_dev *rtwdev, u8 kpath) in _wait_rx_mode() argument 236 if (!(kpath & BIT(path))) in _wait_rx_mode() 2577 enum rtw89_phy_idx phy, u8 kpath, in _dpk_cal_select() argument 2590 if (!(kpath & BIT(path))) in _dpk_cal_select() 2602 if (!(kpath & BIT(path))) in _dpk_cal_select() 2619 if (!(kpath & BIT(path))) in _dpk_cal_select() 3724 u8 kpath, path; in _rxbb_bw() local 3726 kpath = _kpath(rtwdev, phy); in _rxbb_bw() 3729 if (!(kpath & BIT(path))) in _rxbb_bw()
|
| H A D | fw.h | 4516 u8 kpath; member 4527 u8 kpath; member 4538 u8 kpath; member 4555 u8 kpath; member
|
| H A D | rtw8922a.c | 2087 static void _wait_rx_mode(struct rtw89_dev *rtwdev, u8 kpath) in _wait_rx_mode() argument 2094 if (!(kpath & BIT(path))) in _wait_rx_mode()
|
| H A D | fw.c | 6452 h2c->kpath = rtw89_phy_get_kpath(rtwdev, phy_idx); 6495 h2c->kpath = RF_AB; 6538 h2c->kpath = RF_AB; 6624 v0->kpath = RF_AB;
|