HomeSort by relevance Sort by last modified time
    Searched refs:bbm (Results 1 - 7 of 7) sorted by null

  /external/u-boot/drivers/mtd/onenand/
onenand_bbt.c 66 struct bbm_info *bbm = this->bbm; local
86 numblocks = this->chipsize >> (bbm->bbt_erase_shift - 1);
111 bbm->bbt[i >> 3] |= 0x03 << (i & 0x6);
124 from += (1 << bbm->bbt_erase_shift);
155 struct bbm_info *bbm = this->bbm; local
161 res = (bbm->bbt[block >> 3] >> (block & 0x06)) & 0x03;
195 struct bbm_info *bbm = this->bbm; local
249 struct bbm_info *bbm; local
    [all...]
onenand_base.c 1714 struct bbm_info *bbm = this->bbm; local
1895 struct bbm_info *bbm = this->bbm; local
    [all...]
  /external/u-boot/include/linux/mtd/
onenand.h 21 #include <linux/mtd/bbm.h>
123 void *bbm; member in struct:onenand_chip
rawnand.h 21 #include <linux/mtd/bbm.h>
818 * here must come from bbm.h. By default, these options
823 * bad block marker position; i.e., BBM == 11110111b is
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/
uniphier_nand.c 78 uint8_t bbm; local
105 bbm = uniphier_nand_host_read(nand, DENALI_MAP11_DATA);
107 is_bad = bbm != 0xff;
  /external/u-boot/drivers/mtd/nand/
sunxi_nand.c 743 static void sunxi_nfc_randomize_bbm(struct mtd_info *mtd, int page, u8 *bbm)
747 bbm[0] ^= state;
748 bbm[1] ^= sunxi_nfc_randomizer_step(state, 8);
810 bool bbm, int page)
889 if (bbm && nand->options & NAND_NEED_SCRAMBLING)
936 int *cur_off, bool bbm,
950 if ((nand->options & NAND_NEED_SCRAMBLING) && bbm) {
    [all...]
nand_bbt.c 64 #include <linux/mtd/bbm.h>
429 /* Ignore ECC errors when checking for BBM */
    [all...]

Completed in 2063 milliseconds