Home
last modified time | relevance | path

Searched refs:badblockbits (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/mtd/nand/
Dsm_common.c119 chip->badblockbits = 7; in sm_register_device()
Dfsmc_nand.c1031 nand->badblockbits = 7; in fsmc_nand_probe()
Ddocg4.c1220 nand->badblockbits = 8; in init_mtd_structs()
Dnand_base.c356 if (likely(chip->badblockbits == 8)) in nand_block_bad()
359 res = hweight8(bad) < chip->badblockbits; in nand_block_bad()
3775 chip->badblockbits = 8; in nand_get_flash_type()
/linux-4.1.27/include/linux/mtd/
Dnand.h694 int badblockbits; member