Searched refs:badblockbits (Results 1 – 5 of 5) sorted by relevance
119 chip->badblockbits = 7; in sm_register_device()
1035 nand->badblockbits = 7; in fsmc_nand_probe()
355 if (likely(chip->badblockbits == 8)) in nand_block_bad()358 res = hweight8(bad) < chip->badblockbits; in nand_block_bad()3914 chip->badblockbits = 8; in nand_get_flash_type()
1220 nand->badblockbits = 8; in init_mtd_structs()
693 int badblockbits; member