Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/linux/
H A Dbch.h64 int decode_bch(struct bch_control *bch, const uint8_t *data, unsigned int len,
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dnand_bch.c75 count = decode_bch(nbc->bch, NULL, chip->ecc.size, read_ecc, calc_ecc, in nand_bch_correct_data()
H A Domap_gpmc.c659 count = decode_bch(info->control, NULL, SECTOR_BYTES, in omap_correct_data_bch_sw()
/OK3568_Linux_fs/u-boot/lib/
H A Dbch.c1026 int decode_bch(struct bch_control *bch, const uint8_t *data, unsigned int len, in decode_bch() function