Searched refs:eccVal (Results 1 – 1 of 1) sorted by relevance
234 uint8_t *oobp, uint8_t eccVal) in NAND_BCM_UMI_ECC_WRITE() argument237 *oobp = eccVal; in NAND_BCM_UMI_ECC_WRITE()244 uint32_t eccVal = 0xffffffff; in nand_bcm_umi_bch_write_oobEcc() local258 eccVal = REG_UMI_BCH_WR_ECC_3; in nand_bcm_umi_bch_write_oobEcc()262 (eccVal >> 16) & 0xff); in nand_bcm_umi_bch_write_oobEcc()264 (eccVal >> 8) & 0xff); in nand_bcm_umi_bch_write_oobEcc()268 eccVal & 0xff); /* ECC 12 */ in nand_bcm_umi_bch_write_oobEcc()271 eccVal = REG_UMI_BCH_WR_ECC_2; in nand_bcm_umi_bch_write_oobEcc()274 (eccVal >> 24) & 0xff); /* ECC11 */ in nand_bcm_umi_bch_write_oobEcc()276 (eccVal >> 16) & 0xff); /* ECC10 */ in nand_bcm_umi_bch_write_oobEcc()[all …]