Searched refs:ecc1 (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/mtd/nand/raw/ |
| H A D | r852.c | 438 uint32_t ecc1, ecc2; in r852_ecc_calculate() local 446 ecc1 = r852_read_reg_dword(dev, R852_DATALINE); in r852_ecc_calculate() 449 oob->ecc1[0] = (ecc1) & 0xFF; in r852_ecc_calculate() 450 oob->ecc1[1] = (ecc1 >> 8) & 0xFF; in r852_ecc_calculate() 451 oob->ecc1[2] = (ecc1 >> 16) & 0xFF; in r852_ecc_calculate()
|
| H A D | sm_common.h | 17 uint8_t ecc1[3]; member
|
| /linux/include/linux/mtd/ |
| H A D | doc2000.h | 204 int doc_decode_ecc(unsigned char sector[512], unsigned char ecc1[6]);
|
| /linux/drivers/mtd/ |
| H A D | sm_ftl.c | 221 if (ecc_sw_hamming_correct(buffer, ecc, oob->ecc1, SM_SMALL_PAGE, in sm_correct_sector() 399 SM_SMALL_PAGE, oob.ecc1, in sm_write_block()
|
| /linux/Documentation/driver-api/mtd/ |
| H A D | nand_ecc.rst | 212 void ecc1(const unsigned char *buf, unsigned char *code)
|