Searched refs:bch_encode (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | nand_bch.c | 44 bch_encode(nbc->bch, buf, chip->ecc.size, code); in nand_bch_calculate_ecc() 186 bch_encode(nbc->bch, erased_page, eccsize, nbc->eccmask); in nand_bch_init()
|
| /OK3568_Linux_fs/external/recovery/update_engine/ |
| H A D | crc.h | 23 extern void bch_encode(BYTE *encode_in, BYTE *encode_out);
|
| H A D | crc.c | 184 void bch_encode(unsigned char* encode_in, unsigned char* encode_out) in bch_encode() function
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | bch.h | 63 void bch_encode(struct bch_control *bch, const uint8_t *data,
|
| /OK3568_Linux_fs/external/rkupdate/ |
| H A D | RKDevice.h | 198 extern void bch_encode(BYTE *encode_in, BYTE *encode_out);
|
| H A D | CRC.cpp | 181 void bch_encode(unsigned char *encode_in, unsigned char *encode_out) in bch_encode() function
|
| H A D | RKAndroidDevice.cpp | 837 bch_encode(bchInBuf, bchOutBuf); in MakeSpareData()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | bch.c | 241 void bch_encode(struct bch_control *bch, const uint8_t *data, in bch_encode() function 321 EXPORT_SYMBOL_GPL(bch_encode); 1072 bch_encode(bch, data, len, NULL); in bch_decode()
|