Searched refs:ecc_correction_info (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/spectra/
H A Dlld_cdma.c559 u16 ecc_correction_info; local
584 ecc_correction_info = ioread32(FlashReg + ERR_CORRECTION_INFO);
585 err_device = ((ecc_correction_info &
588 if (ecc_correction_info & ERR_CORRECTION_INFO__ERROR_TYPE) {
600 *err_pos ^= ecc_correction_info &
604 } while (!(ecc_correction_info & ERR_CORRECTION_INFO__LAST_ERR_INFO));

Completed in 75 milliseconds