/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 | rtw8852b_rfk.c | 1485 u8 kpath; in _iqk_afebb_restore() 1490 kpath = _kpath(rtwdev, phy_idx); in _iqk_afebb_restore() 1492 switch (kpath) { in _iqk_afebb_restore() 1533 u8 kpath; in _iqk_macbb_setting() 1536 kpath = _kpath(rtwdev, phy_idx); in _iqk_macbb_setting() 1538 switch (kpath) { in _iqk_macbb_setting() 1583 static void _wait_rx_mode(struct rtw89_dev *rtwdev, u8 kpath) in _wait_rx_mode() 1590 if (!(kpath & BIT(path))) in _wait_rx_mode() 1643 u8 kpath = _kpath(rtwdev, phy_idx); in _iqk() 1645 switch (kpath) { in _iqk() 1484 u8 kpath; _iqk_afebb_restore() local 1532 u8 kpath; _iqk_macbb_setting() local 1582 _wait_rx_mode(struct rtw89_dev * rtwdev,u8 kpath) _wait_rx_mode() argument 1642 u8 kpath = _kpath(rtwdev, phy_idx); _iqk() local 1788 _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 1805 _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 2493 _dpk_cal_select(struct rtw89_dev * rtwdev,bool force,enum rtw89_phy_idx phy,u8 kpath) _dpk_cal_select() argument 2569 u8 path, kpath; _dpk_force_bypass() local 2699 u8 tx_scale, ofdm_bkof, path, kpath; _set_dpd_backoff() local 4141 u8 kpath, path; _rxbb_bw() local [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() 1709 u8 path, kpath, dck_tune; in _rx_dck() local 1717 kpath = _kpath(rtwdev, phy); in _rx_dck() 1720 if (!(kpath & BIT(path))) in _rx_dck() 1876 enum rtw89_rf_path path, u8 kpath) in _dpk_bb_afe_setting() argument 1878 switch (kpath) { in _dpk_bb_afe_setting() 1902 "[DPK] Set BB/AFE for PHY%d (kpath=%d)\n", phy, kpath); in _dpk_bb_afe_setting() 1907 enum rtw89_rf_path path, u8 kpath) in _dpk_bb_afe_restore() argument 1909 switch (kpath) { in _dpk_bb_afe_restore() [all …]
|
H A D | rtw8852c_rfk.c | 150 static void _wait_rx_mode(struct rtw89_dev *rtwdev, u8 kpath) in _wait_rx_mode() 157 if (!(kpath & BIT(path))) in _wait_rx_mode() 1929 enum rtw89_rf_path path, u8 kpath) in _dpk_bb_afe_setting() 2692 enum rtw89_phy_idx phy, u8 kpath) in _dpk_cal_select() 2709 if (!(kpath & BIT(path))) in _dpk_cal_select() 2741 _dpk_bb_afe_setting(rtwdev, phy, path, kpath); in _dpk_cal_select() 2787 u8 path, kpath; in _dpk_force_bypass() 2789 kpath = _kpath(rtwdev, phy); in _dpk_force_bypass() 2792 if (kpath & BIT(path)) in _dpk_force_bypass() 3868 u8 kpath, pat in _ctrl_bw() 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 | rtw8851b_rfk.c | 166 static void _wait_rx_mode(struct rtw89_dev *rtwdev, u8 kpath) in _wait_rx_mode() argument 173 if (!(kpath & BIT(path))) in _wait_rx_mode() 2452 enum rtw89_phy_idx phy, u8 kpath) in _dpk_cal_select() argument 2464 if (!(kpath & BIT(path))) in _dpk_cal_select() 2476 if (!(kpath & BIT(path))) in _dpk_cal_select() 2492 if (!(kpath & BIT(path))) in _dpk_cal_select() 3594 u8 kpath, path; in _rxbb_bw() local 3596 kpath = _kpath(rtwdev, phy); in _rxbb_bw() 3599 if (!(kpath & BIT(path))) in _rxbb_bw()
|