Searched refs:omap2_nand_ecc_compute (Results 1 – 1 of 1) sorted by relevance
104 static int omap2_nand_ecc_compute(device_t self, const uint8_t *data, uint8_t *ecc);279 sc->sc_nand_if.ecc_compute = &omap2_nand_ecc_compute; in omap2_nand_attach()444 omap2_nand_ecc_compute(device_t self, const uint8_t *data, uint8_t *ecc) in omap2_nand_ecc_compute() function