Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/
H A Dbch.h49 uint32_t *ecc_buf2; member
/rk3399_rockchip-uboot/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()