Home
last modified time | relevance | path

Searched refs:with_ecc (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dtegra_nand.c506 uint8_t *buf, int page, int with_ecc, int is_writing) in nand_rw_page() argument
545 if (with_ecc) { in nand_rw_page()
613 if (with_ecc) in nand_rw_page()
624 if (with_ecc && !is_writing) { in nand_rw_page()
722 int page, int with_ecc, int is_writing) in nand_rw_oob() argument
741 if (with_ecc) in nand_rw_oob()
752 if (is_writing && with_ecc) in nand_rw_oob()
804 if (with_ecc && !is_writing) { in nand_rw_oob()
/openbmc/linux/drivers/mtd/nand/raw/
H A Dcadence-nand-controller.c1271 bool with_ecc) in cadence_nand_cdma_transfer() argument
1283 cadence_nand_set_ecc_enable(cdns_ctrl, with_ecc); in cadence_nand_cdma_transfer()