Searched refs:ecc_compute (Results 1 – 4 of 4) sorted by relevance
187 int (*ecc_compute)(device_t, const uint8_t *, uint8_t *); member359 KASSERT(sc->nand_if->ecc_compute != NULL); in nand_ecc_compute()362 sc->nand_if->ecc_compute(sc->controller_dev, data, code); in nand_ecc_compute()
318 interface->ecc_compute = &nand_default_ecc_compute; in nand_init_interface()
279 sc->sc_nand_if.ecc_compute = &omap2_nand_ecc_compute; in omap2_nand_attach()
571 nand->ecc_compute = sunxi_nand_ecc_compute; in sunxi_nand_attach_chip()