Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Dbch.h48 uint32_t *ecc_buf2; member
/openbmc/linux/include/linux/
H A Dbch.h49 uint32_t *ecc_buf2; member
/openbmc/linux/lib/
H A Dbch.c1045 load_ecc8(bch, bch->ecc_buf2, recv_ecc); in bch_decode()
1048 bch->ecc_buf[i] ^= bch->ecc_buf2[i]; in bch_decode()
1346 bch->ecc_buf2 = bch_alloc(words*sizeof(*bch->ecc_buf2), &err); in bch_init()
1396 kfree(bch->ecc_buf2); in bch_free()
/openbmc/u-boot/lib/
H A Dbch.c1058 load_ecc8(bch, bch->ecc_buf2, recv_ecc); in decode_bch()
1061 bch->ecc_buf[i] ^= bch->ecc_buf2[i]; in decode_bch()
1348 bch->ecc_buf2 = bch_alloc(words*sizeof(*bch->ecc_buf2), &err); in init_bch()
1396 kfree(bch->ecc_buf2); in free_bch()