Home
last modified time | relevance | path

Searched refs:ecc_compute (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/dev/nand/
H A Dnand.h187 int (*ecc_compute)(device_t, const uint8_t *, uint8_t *); member
359 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()
H A Dnand.c318 interface->ecc_compute = &nand_default_ecc_compute; in nand_init_interface()
/netbsd-src/sys/arch/arm/ti/
H A Domap2_nand.c279 sc->sc_nand_if.ecc_compute = &omap2_nand_ecc_compute; in omap2_nand_attach()
/netbsd-src/sys/arch/arm/sunxi/
H A Dsunxi_nand.c571 nand->ecc_compute = sunxi_nand_ecc_compute; in sunxi_nand_attach_chip()