Searched refs:is_wifi (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/ |
| H A 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 28 if (!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 91 + ath_hal_printf(ah, "%s: called: address=%d, many=%d, is_wifi=%d\n", 95 + is_wifi);
|
| H A 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() argument 262 if (!is_wifi) { in ar9300_otp_read() 270 if (!is_wifi) { in ar9300_otp_read() 286 if (!is_wifi) { in ar9300_otp_read() 3692 u_int8_t *buffer, int many, HAL_BOOL is_wifi) in ar9300_calibration_data_read_otp() argument 3706 if (!ar9300_otp_read(ah, eep_addr, &svalue, is_wifi)) { in ar9300_calibration_data_read_otp()
|
| H A D | ar9300eep.h | 703 …tion_data_read_otp(struct ath_hal *ah, long address, u_int8_t *buffer, int many, HAL_BOOL is_wifi);
|
| H A D | ar9300.h | 1595 extern HAL_BOOL ar9300_otp_read(struct ath_hal *ah, u_int off, u_int32_t *data, HAL_BOOL is_wifi);
|