Home | History | Annotate | Download | only in ar5210

Lines Matching refs:ecode

186 	HAL_STATUS ecode;
198 ecode = HAL_ENOMEM;
226 ecode = HAL_EIO;
251 ecode = ath_hal_v1EepromAttach(ah);
252 if (ecode != HAL_OK) {
255 ecode = ath_hal_eepromGet(ah, AR_EEP_REGDMN_0, &eeval);
256 if (ecode != HAL_OK) {
263 ecode = ath_hal_eepromGet(ah, AR_EEP_MACADDR, ahp->ah_macaddr);
264 if (ecode != HAL_OK) {
287 *status = ecode;