Lines Matching refs:bbm
650 static void sunxi_nfc_randomize_bbm(struct nand_chip *nand, int page, u8 *bbm)
654 bbm[0] ^= state;
655 bbm[1] ^= sunxi_nfc_randomizer_step(state, 8);
717 int step, bool bbm, int page)
725 if (bbm && (nand->options & NAND_NEED_SCRAMBLING))
731 bool bbm, int page)
737 if (bbm && (nand->options & NAND_NEED_SCRAMBLING)) {
801 bool bbm, bool oob_required, int page)
868 bbm, page);
1029 int *cur_off, bool bbm,
1049 sunxi_nfc_hw_ecc_set_prot_oob_bytes(nand, oob, 0, bbm, page);