Symbol: HAL_REG_DOMAIN
sys/dev/ath/ath_hal/ah.h
1602
u_int modeSelect, HAL_CTRY_CODE cc, HAL_REG_DOMAIN regDmn,
sys/dev/ath/ath_hal/ah.h
1611
u_int modeSelect, HAL_CTRY_CODE cc, HAL_REG_DOMAIN rd,
sys/dev/ath/ath_hal/ah.h
1620
HAL_CTRY_CODE cc, HAL_REG_DOMAIN regDmn);
sys/dev/ath/ath_hal/ah_internal.h
411
HAL_REG_DOMAIN ah_currentRD; /* EEPROM regulatory domain */
sys/dev/ath/ath_hal/ah_internal.h
412
HAL_REG_DOMAIN ah_currentRDext; /* EEPROM extended regdomain flags */
sys/dev/ath/ath_hal/ah_regdomain.c
263
getregstate(struct ath_hal *ah, HAL_CTRY_CODE cc, HAL_REG_DOMAIN regDmn,
sys/dev/ath/ath_hal/ah_regdomain.c
658
u_int modeSelect, HAL_CTRY_CODE cc, HAL_REG_DOMAIN regDmn,
sys/dev/ath/ath_hal/ah_regdomain.c
721
u_int modeSelect, HAL_CTRY_CODE cc, HAL_REG_DOMAIN regDmn,
sys/dev/ath/ath_hal/ah_regdomain.c
816
u_int modeSelect, HAL_CTRY_CODE cc, HAL_REG_DOMAIN regDmn,
sys/dev/ath/ath_hal/ah_regdomain.c
848
HAL_CTRY_CODE cc, HAL_REG_DOMAIN rd)
sys/dev/ath/ath_hal/ah_regdomain.h
110
HAL_REG_DOMAIN regDmnEnum;
sys/dev/ath/ath_hal/ah_regdomain.h
90
HAL_REG_DOMAIN regDmnEnum; /* 16 bit reg domain pair */
sys/dev/ath/ath_hal/ah_regdomain.h
91
HAL_REG_DOMAIN regDmn5GHz; /* 5GHz reg domain */
sys/dev/ath/ath_hal/ah_regdomain.h
92
HAL_REG_DOMAIN regDmn2GHz; /* 2GHz reg domain */
tools/tools/ath/athrd/athrd.c
388
HAL_REG_DOMAIN rd;
tools/tools/ath/athrd/athrd.c
50
HAL_REG_DOMAIN rd = 169; /* FCC */
tools/tools/ath/athrd/athrd.c
536
rdlookup(const char *name, HAL_REG_DOMAIN *rd)
tools/tools/ath/athrd/athrd.c
549
getrdname(HAL_REG_DOMAIN rd)
tools/tools/ath/athrd/athrd.c
573
HAL_REG_DOMAIN regDmnEnum;
tools/tools/ath/athrd/athrd.c
723
cclookup(const char *name, HAL_REG_DOMAIN *rd, HAL_CTRY_CODE *cc)