Home | Sort by: relevance | last modified time | path |
/src/sys/arch/arm/ti/ | |
omap2_nand.c | 502 uint32_t oecc, cecc, xor; local in function:omap2_nand_ecc_correct 507 cecc = convert_ecc(calcecc); 510 xor = oecc ^ cecc; 529 if ((oecc == 0x0fff0fff) && (cecc == 0x00000000)) |
omap2_nand.c | 502 uint32_t oecc, cecc, xor; local in function:omap2_nand_ecc_correct 507 cecc = convert_ecc(calcecc); 510 xor = oecc ^ cecc; 529 if ((oecc == 0x0fff0fff) && (cecc == 0x00000000)) |