Searched refs:nand_ecc_pos (Results 1 – 3 of 3) sorted by relevance
17 static int nand_ecc_pos[] = CONFIG_SYS_NAND_ECCPOS; variable161 uint8_t *oob = &oob_data[0] + nand_ecc_pos[0]; in nand_read_page()162 uint32_t oob_pos = eccsize * eccsteps + nand_ecc_pos[0]; in nand_read_page()184 ecc_code[i] = oob_data[nand_ecc_pos[i]]; in nand_read_page()
12 static int nand_ecc_pos[] = CONFIG_SYS_NAND_ECCPOS; variable157 ecc_code[i] = oob_data[nand_ecc_pos[i]]; in nand_read_page()194 ecc_code[i] = oob_data[nand_ecc_pos[i]]; in nand_read_page()
1301 static int nand_ecc_pos[] = CONFIG_SYS_NAND_ECCPOS; variable1328 ecc_code[i] = oob_data[nand_ecc_pos[i]]; in nand_read_page()