Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/linux/
H A Dbch.h49 uint32_t *ecc_buf2; member
/OK3568_Linux_fs/kernel/include/linux/
H A Dbch.h49 uint32_t *ecc_buf2; member
/OK3568_Linux_fs/kernel/lib/
H A Dbch.c1079 load_ecc8(bch, bch->ecc_buf2, recv_ecc); in bch_decode()
1082 bch->ecc_buf[i] ^= bch->ecc_buf2[i]; in bch_decode()
1380 bch->ecc_buf2 = bch_alloc(words*sizeof(*bch->ecc_buf2), &err); in bch_init()
1430 kfree(bch->ecc_buf2); in bch_free()
/OK3568_Linux_fs/u-boot/lib/
H A Dbch.c1052 load_ecc8(bch, bch->ecc_buf2, recv_ecc); in decode_bch()
1055 bch->ecc_buf[i] ^= bch->ecc_buf2[i]; in decode_bch()
1342 bch->ecc_buf2 = bch_alloc(words*sizeof(*bch->ecc_buf2), &err); in init_bch()
1390 kfree(bch->ecc_buf2); in free_bch()