Lines Matching refs:ecode
158 HAL_STATUS ecode; in ar9280Attach() local
218 ecode = HAL_EIO; in ar9280Attach()
225 ecode = HAL_EIO; in ar9280Attach()
256 ecode = ath_hal_v14EepromAttach(ah); in ar9280Attach()
257 if (ecode != HAL_OK) in ar9280Attach()
262 ecode = HAL_EIO; in ar9280Attach()
271 ecode = HAL_ESELFTEST; in ar9280Attach()
298 ecode = HAL_ENOTSUPP; in ar9280Attach()
302 rfStatus = ar9280RfAttach(ah, &ecode); in ar9280Attach()
305 __func__, ecode); in ar9280Attach()
317 ecode = ath_hal_eepromGet(ah, AR_EEP_PWDCLKIND, &pwr); in ar9280Attach()
318 if (AR_SREV_MERLIN_20_OR_LATER(ah) && ecode == HAL_OK && pwr == 0) { in ar9280Attach()
376 ecode = HAL_EEREAD; in ar9280Attach()
380 ecode = ath_hal_eepromGet(ah, AR_EEP_MACADDR, ahp->ah_macaddr); in ar9280Attach()
381 if (ecode != HAL_OK) { in ar9280Attach()
421 *status = ecode; in ar9280Attach()