Home
last modified time | relevance | path

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

/netbsd/src/sys/external/isc/atheros_hal/dist/
Dah_regdomain.c1948 getEepromRD(struct ath_hal *ah) in getEepromRD() function
1976 uint16_t rd = getEepromRD(ah); in isEepromValid()
2010 rd = getEepromRD(ah); in isCountryCodeValid()
2154 uint16_t rd = getEepromRD(ah); in ath_hal_ispublicsafetysku()
2175 uint16_t rd = getEepromRD(ah); in ath_hal_isgsmsku()
2220 rd = getEepromRD(ah); in getDefaultCountry()
2286 uint16_t rdnum = getEepromRD(ah); in getWmRD()
2779 ((getEepromRD((_ah)) & WORLD_SKU_MASK) == WORLD_SKU_PREFIX || \
2780 getEepromRD(_ah) == WORLD)