Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Dbch.h60 void encode_bch(struct bch_control *bch, const uint8_t *data,
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_bch.c49 encode_bch(nbc->bch, buf, chip->ecc.size, code); in nand_bch_calculate_ecc()
204 encode_bch(nbc->bch, erased_page, eccsize, nbc->eccmask); in nand_bch_init()
/openbmc/u-boot/tools/
H A Dsunxi-spl-image-builder.c216 encode_bch(bch, buffer, info->ecc_step_size + 4, ecc); in write_page()
/openbmc/u-boot/lib/
H A Dbch.c231 void encode_bch(struct bch_control *bch, const uint8_t *data, in encode_bch() function
1051 encode_bch(bch, data, len, NULL); in decode_bch()