Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_misc.c89 ar5211EepromWrite(struct ath_hal *ah, u_int off, uint16_t data) in ar5211EepromWrite() function
118 if (ar5211EepromWrite(ah, AR_EEPROM_REG_DOMAIN, regDomain)) { in ar5211SetRegulatoryDomain()
H A Dar5211.h238 extern HAL_BOOL ar5211EepromWrite(struct ath_hal *, u_int off, uint16_t data);
H A Dar5211_attach.c177 .ah_eepromWrite = ar5211EepromWrite,