Home
last modified time | relevance | path

Searched refs:ATH_DIAG_IN (Results 1 – 13 of 13) sorted by relevance

/freebsd-12-stable/sys/dev/ath/ath_dfs/null/
Ddfs_null.c231 if (ad->ad_id & ATH_DIAG_IN) { in ath_ioctl_phyerr()
282 if ((ad->ad_id & ATH_DIAG_IN) && indata != NULL) in ath_ioctl_phyerr()
/freebsd-12-stable/sys/dev/ath/
Dif_ath_spectral.c201 if (ad->ad_id & ATH_DIAG_IN) { in ath_ioctl_spectral()
292 if ((ad->ad_id & ATH_DIAG_IN) && indata != NULL) in ath_ioctl_spectral()
Dif_ath_ioctl.c179 if (ad->ad_id & ATH_DIAG_IN) { in ath_ioctl_diag()
228 if ((ad->ad_id & ATH_DIAG_IN) && indata != NULL) in ath_ioctl_diag()
Dif_ath_btcoex.c441 if (ad->ad_id & ATH_DIAG_IN) { in ath_btcoex_ioctl()
478 if ((ad->ad_id & ATH_DIAG_IN) && indata != NULL) in ath_btcoex_ioctl()
Dif_ath_lna_div.c171 if (ad->ad_id & ATH_DIAG_IN) { in ath_lna_div_ioctl()
208 if ((ad->ad_id & ATH_DIAG_IN) && indata != NULL) in ath_lna_div_ioctl()
Dif_athioctl.h184 #define ATH_DIAG_IN 0x4000 /* copy in parameters */ macro
/freebsd-12-stable/tools/tools/ath/athpoke/
Dathpoke.c135 atd->ad_id = HAL_DIAG_REGS | ATH_DIAG_IN | ATH_DIAG_DYN; in regread()
150 atd->ad_id = HAL_DIAG_SETREGS | ATH_DIAG_IN; in regwrite()
/freebsd-12-stable/tools/tools/ath/athspectral/
Dathspectral.c112 spectral->atd.ad_id = SPECTRAL_CONTROL_SET_PARAMS | ATH_DIAG_IN; in spectralset()
196 | ATH_DIAG_IN; in spectral_enable_at_reset()
/freebsd-12-stable/tools/tools/ath/athani/
Dmain.c132 atd.ad_id = HAL_DIAG_ANI_CMD | ATH_DIAG_IN; in ani_write_state()
/freebsd-12-stable/tools/tools/ath/athkey/
Dathkey.c173 atd.ad_id = op | ATH_DIAG_IN | ATH_DIAG_DYN; in main()
/freebsd-12-stable/tools/tools/ath/athradar/
Dathradar.c151 radar->atd.ad_id = DFS_SET_THRESH | ATH_DIAG_IN; in radarset()
/freebsd-12-stable/tools/tools/ath/athprom/
Dathprom.c183 atd.ad_id = HAL_DIAG_EEREAD | ATH_DIAG_IN | ATH_DIAG_DYN; in eeread()
201 atd.ad_id = HAL_DIAG_EEWRITE | ATH_DIAG_IN; in eewrite()
/freebsd-12-stable/tools/tools/ath/athregs/
Ddumpregs.c187 atd.ad_id = HAL_DIAG_REGS | ATH_DIAG_IN | ATH_DIAG_DYN; in main()