Home
last modified time | relevance | path

Searched refs:errbit (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/post/cpu/mpc83xx/
Decc.c48 int errbit; in ecc_post_test() local
74 for (addr = (u64*)CONFIG_SYS_POST_ECC_START_ADDR, errbit=0; in ecc_post_test()
75 addr < (u64*)CONFIG_SYS_POST_ECC_STOP_ADDR; addr++, errbit++ ) { in ecc_post_test()
87 if (errbit < 32) { in ecc_post_test()
88 __raw_writel(1 << errbit, &ddr->data_err_inject_lo); in ecc_post_test()
92 __raw_writel(1<<(errbit-32), &ddr->data_err_inject_hi); in ecc_post_test()
136 errbit %= 63; in ecc_post_test()