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

  /src/sys/arch/arm/ti/
omap2_nand.c 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;
444 omap2_nand_ecc_compute(device_t self, const uint8_t *data, uint8_t *ecc) function in typeref:typename:int
omap2_nand.c 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;
444 omap2_nand_ecc_compute(device_t self, const uint8_t *data, uint8_t *ecc) function in typeref:typename:int
omap2_nand.c 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;
444 omap2_nand_ecc_compute(device_t self, const uint8_t *data, uint8_t *ecc) function in typeref:typename:int
omap2_nand.c 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;
444 omap2_nand_ecc_compute(device_t self, const uint8_t *data, uint8_t *ecc) function in typeref:typename:int

Completed in 330 milliseconds