Lines Matching refs:bbm
660 static void sunxi_nfc_randomize_bbm(struct nand_chip *nand, int page, u8 *bbm)
664 bbm[0] ^= state;
665 bbm[1] ^= sunxi_nfc_randomizer_step(state, 8);
716 int step, bool bbm, int page)
724 if (bbm && (nand->options & NAND_NEED_SCRAMBLING))
730 bool bbm, int page)
736 if (bbm && (nand->options & NAND_NEED_SCRAMBLING)) {
800 bool bbm, bool oob_required, int page)
867 bbm, page);
1033 int *cur_off, bool bbm,
1053 sunxi_nfc_hw_ecc_set_prot_oob_bytes(nand, oob, 0, bbm, page);