Searched refs:badblockbits (Results 1 – 4 of 4) sorted by relevance
124 chip->badblockbits = 8; in mxs_flash_onfi_ident()
479 nand->badblockbits = 7; in fsmc_nand_init()
374 if (likely(chip->badblockbits == 8)) in nand_block_bad()377 res = hweight8(bad) < chip->badblockbits; in nand_block_bad()3841 chip->badblockbits = 8; in nand_get_flash_type()
933 int badblockbits; member