Searched refs:ATH_DIAG_IN (Results 1 - 12 of 12) sorted by relevance

/freebsd-11.0-release/sys/dev/ath/ath_dfs/null/
H A Ddfs_null.c229 if (ad->ad_id & ATH_DIAG_IN) {
280 if ((ad->ad_id & ATH_DIAG_IN) && indata != NULL)
/freebsd-11.0-release/sys/dev/ath/
H A Dif_ath_btcoex.c439 if (ad->ad_id & ATH_DIAG_IN) {
475 if ((ad->ad_id & ATH_DIAG_IN) && indata != NULL)
H A Dif_ath_ioctl.c179 if (ad->ad_id & ATH_DIAG_IN) {
229 if ((ad->ad_id & ATH_DIAG_IN) && indata != NULL)
H A Dif_ath_spectral.c194 if (ad->ad_id & ATH_DIAG_IN) {
284 if ((ad->ad_id & ATH_DIAG_IN) && indata != NULL)
H A Dif_athioctl.h182 #define ATH_DIAG_IN 0x4000 /* copy in parameters */ macro
H A Dif_ath_lna_div.c169 if (ad->ad_id & ATH_DIAG_IN) {
205 if ((ad->ad_id & ATH_DIAG_IN) && indata != NULL)
/freebsd-11.0-release/tools/tools/ath/athpoke/
H A Dathpoke.c135 atd->ad_id = HAL_DIAG_REGS | ATH_DIAG_IN | ATH_DIAG_DYN;
150 atd->ad_id = HAL_DIAG_SETREGS | ATH_DIAG_IN;
/freebsd-11.0-release/tools/tools/ath/athkey/
H A Dathkey.c173 atd.ad_id = op | ATH_DIAG_IN | ATH_DIAG_DYN;
/freebsd-11.0-release/tools/tools/ath/athspectral/
H A Dathspectral.c109 spectral->atd.ad_id = SPECTRAL_CONTROL_SET_PARAMS | ATH_DIAG_IN;
192 | ATH_DIAG_IN;
/freebsd-11.0-release/tools/tools/ath/athradar/
H A Dathradar.c151 radar->atd.ad_id = DFS_SET_THRESH | ATH_DIAG_IN;
/freebsd-11.0-release/tools/tools/ath/athprom/
H A Dathprom.c183 atd.ad_id = HAL_DIAG_EEREAD | ATH_DIAG_IN | ATH_DIAG_DYN;
201 atd.ad_id = HAL_DIAG_EEWRITE | ATH_DIAG_IN;
/freebsd-11.0-release/tools/tools/ath/athregs/
H A Ddumpregs.c187 atd.ad_id = HAL_DIAG_REGS | ATH_DIAG_IN | ATH_DIAG_DYN;

Completed in 107 milliseconds