Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mtd/nand/
Dsm_common.c119 chip->badblockbits = 7; in sm_register_device()
Dfsmc_nand.c1035 nand->badblockbits = 7; in fsmc_nand_probe()
Dnand_base.c355 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()
Ddocg4.c1220 nand->badblockbits = 8; in init_mtd_structs()
/linux-4.4.14/include/linux/mtd/
Dnand.h693 int badblockbits; member