Home | History | Annotate | Download | only in ar5212

Lines Matching refs:ecode

313 	HAL_STATUS ecode;
332 ecode = HAL_EIO;
346 ecode = HAL_ENOTSUPP;
356 ecode = HAL_EIO;
370 ecode = HAL_ESELFTEST;
387 rf = ath_hal_rfprobe(ah, &ecode);
438 ecode = HAL_ENOTSUPP;
447 ecode = HAL_ENOTSUPP;
458 ecode = HAL_EESIZE;
467 ecode = HAL_EESIZE;
473 ecode = HAL_EESIZE;
476 ecode = ath_hal_legacyEepromAttach(ah);
477 if (ecode != HAL_OK) {
503 ecode = HAL_ENOTSUPP;
508 ecode = ath_hal_eepromGet(ah, AR_EEP_REGDMN_0, &eeval);
509 ecode != HAL_OK) {
524 ecode = HAL_EEREAD;
528 if (!rf->attach(ah, &ecode)) {
530 __func__, ecode);
542 ecode = ath_hal_eepromGet(ah, AR_EEP_MACADDR, ahp->ah_macaddr);
543 if (ecode != HAL_OK) {
563 *status = ecode;