Searched refs:eccP (Results 1 – 1 of 1) sorted by relevance
206 bitNum = (eccP & 0x01) | in rt_hw_nand_ecc_check()207 ((eccP >> 1) & 0x02) | in rt_hw_nand_ecc_check()208 ((eccP >> 2) & 0x04); in rt_hw_nand_ecc_check()210 byteAddr = ((eccP >> 6) & 0x001) | in rt_hw_nand_ecc_check()211 ((eccP >> 7) & 0x002) | in rt_hw_nand_ecc_check()212 ((eccP >> 8) & 0x004) | in rt_hw_nand_ecc_check()213 ((eccP >> 9) & 0x008) | in rt_hw_nand_ecc_check()214 ((eccP >> 10) & 0x010) | in rt_hw_nand_ecc_check()215 ((eccP >> 11) & 0x020) | in rt_hw_nand_ecc_check()216 ((eccP >> 12) & 0x040) | in rt_hw_nand_ecc_check()[all …]
Completed in 9 milliseconds