Home
last modified time | relevance | path

Searched refs:HAL_CAP_REG_DMN (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/
H A Dah.c706 case HAL_CAP_REG_DMN: /* regulatory domain */ in ath_hal_getcapability()
932 case HAL_CAP_REG_DMN: /* regulatory domain */ in ath_hal_setcapability()
H A Dah.h97 HAL_CAP_REG_DMN = 0, /* current regulatory domain */ enumerator
/freebsd/sys/dev/ath/
H A Dif_athvar.h1214 (ath_hal_getcapability(_ah, HAL_CAP_REG_DMN, 0, (_prd)) == HAL_OK)
1216 ath_hal_setcapability(_ah, HAL_CAP_REG_DMN, 0, _rd, NULL)
/freebsd/tools/tools/ath/athrd/
H A Dathrd.c980 case HAL_CAP_REG_DMN: /* regulatory domain */ in getCapability()