Searched refs:ecc_correct (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/system/ulib/ddk/include/ddk/protocol/
H A Drawnand.h20 uint32_t nandpage, int *ecc_correct);
41 int *ecc_correct)
44 ecc_correct);
38 raw_nand_read_page_hwecc(raw_nand_protocol_t *raw_nand, void *data, void *oob, uint32_t nand_page, int *ecc_correct) argument
/fuchsia/zircon/system/dev/nand/nand/
H A Dnand.h39 int* ecc_correct, int retries);
H A Dnand.c44 // ecc_correct : Number of ecc corrected bitflips (< 0 indicates
138 int ecc_correct = 0; local
139 status = nand_read_page(dev, vaddr_data, vaddr_oob, nand_op->rw.offset_nand + i, &ecc_correct,
146 max_corrected_bits = MAX(max_corrected_bits, (uint32_t)ecc_correct);
/fuchsia/zircon/system/dev/nand/aml-rawnand/
H A Daml-rawnand.c498 int* ecc_correct) {
576 *ecc_correct = ecc_c;
851 int* ecc_correct,
858 nand_page, ecc_correct);
873 int ecc_correct; local
886 &ecc_correct, 3);
494 aml_read_page_hwecc(void* ctx, void* data, void* oob, uint32_t nand_page, int* ecc_correct) argument
847 aml_read_page0(aml_raw_nand_t* raw_nand, void* data, void* oob, uint32_t nand_page, int* ecc_correct, int retries) argument

Completed in 80 milliseconds