Searched refs:decode_bch (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/include/linux/ |
D | bch.h | 63 int decode_bch(struct bch_control *bch, const uint8_t *data, unsigned int len,
|
/external/u-boot/board/ge/common/ |
D | vpd_reader.c | 66 int errors = decode_bch(bch, data, data_length, ecc, NULL, NULL, in verify_bch()
|
/external/u-boot/drivers/mtd/nand/ |
D | nand_bch.c | 75 count = decode_bch(nbc->bch, NULL, chip->ecc.size, read_ecc, calc_ecc, in nand_bch_correct_data()
|
D | omap_gpmc.c | 658 count = decode_bch(info->control, NULL, SECTOR_BYTES, in omap_correct_data_bch_sw()
|
/external/u-boot/lib/ |
D | bch.c | 1025 int decode_bch(struct bch_control *bch, const uint8_t *data, unsigned int len, in decode_bch() function
|