Home | History | Annotate | Download | only in ar5312

Lines Matching refs:ecode

71 	HAL_STATUS ecode;
129 ecode = HAL_EIO;
166 ecode = HAL_ENOTSUPP;
175 ecode = HAL_ESELFTEST;
188 rf = ath_hal_rfprobe(ah, &ecode);
197 ecode = HAL_ENOTSUPP;
201 ecode = ath_hal_legacyEepromAttach(ah);
202 if (ecode != HAL_OK) {
228 ecode = HAL_ENOTSUPP;
233 ecode = ath_hal_eepromGet(ah, AR_EEP_REGDMN_0, &eeval);
234 if (ecode != HAL_OK) {
250 ecode = HAL_EEREAD;
254 if (!rf->attach(ah, &ecode)) {
256 __func__, ecode);
267 ecode = HAL_EEBADMAC;
281 *status = ecode;