HomeSort by: relevance | last modified time | path
    Searched defs:ecc_compute (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/nand/
nand.h 187 int (*ecc_compute)(device_t, const uint8_t *, uint8_t *); member in struct:nand_interface
359 KASSERT(sc->nand_if->ecc_compute != NULL);
362 sc->nand_if->ecc_compute(sc->controller_dev, data, code);
nand.h 187 int (*ecc_compute)(device_t, const uint8_t *, uint8_t *); member in struct:nand_interface
359 KASSERT(sc->nand_if->ecc_compute != NULL);
362 sc->nand_if->ecc_compute(sc->controller_dev, data, code);

Completed in 118 milliseconds