Searched refs:COUNTRY_ERD_FLAG (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/dev/ath/ath_hal/
H A Dah_regdomain.c71 #define COUNTRY_ERD_FLAG 0x8000 macro
162 if (rd & COUNTRY_ERD_FLAG) {
163 uint16_t cc = rd &~ COUNTRY_ERD_FLAG;
229 if (rd & COUNTRY_ERD_FLAG) {
231 uint16_t cc = rd & ~COUNTRY_ERD_FLAG;
294 if ((rdnum & COUNTRY_ERD_FLAG) == 0 &&
/freebsd-10-stable/tools/tools/ath/athprom/
H A Dathprom.c484 #define COUNTRY_ERD_FLAG 0x8000 macro
520 if ((eeprom.ee_regdomain & COUNTRY_ERD_FLAG) == 0)

Completed in 219 milliseconds