Searched refs:errbit (Results 1 – 1 of 1) sorted by relevance
49 int errbit; in ecc_post_test() local75 for (addr = (u64*)CONFIG_SYS_POST_ECC_START_ADDR, errbit=0; in ecc_post_test()76 addr < (u64*)CONFIG_SYS_POST_ECC_STOP_ADDR; addr++, errbit++ ) { in ecc_post_test()88 if (errbit < 32) { in ecc_post_test()89 __raw_writel(1 << errbit, &ddr->data_err_inject_lo); in ecc_post_test()93 __raw_writel(1<<(errbit-32), &ddr->data_err_inject_hi); in ecc_post_test()137 errbit %= 63; in ecc_post_test()