Searched refs:ar9300_otp_read (Results 1 – 3 of 3) sorted by relevance
| /freebsd-10-stable/sys/contrib/dev/ath/ath_hal/ar9300/ |
| D | eeprom.diff | 20 @@ -342,6 +342,8 @@ ar9300_otp_read(struct ath_hal *ah, u_int off, u_int32_t *data, HAL_BOOL is_wifi 29 @@ -372,6 +374,7 @@ ar9300_otp_read(struct ath_hal *ah, u_int off, u_int32_t *data, HAL_BOOL is_wifi
|
| D | ar9300_eeprom.c | 251 ar9300_otp_read(struct ath_hal *ah, u_int off, u_int32_t *data, HAL_BOOL is_wifi) in ar9300_otp_read() function 1244 ar9300_otp_read(ah, eep_addr / 4, ®_val, 1); in ar9300_internal_regulator_apply() 3436 if (!ar9300_otp_read(ah, eep_addr, &svalue, is_wifi)) { in ar9300_calibration_data_read_otp()
|
| D | ar9300.h | 1571 extern HAL_BOOL ar9300_otp_read(struct ath_hal *ah, u_int off, u_int32_t *data, HAL_BOOL is_wifi);
|