Home
last modified time | relevance | path

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

/linux/drivers/mtd/nand/raw/
H A Dsm_common.c167 chip->badblockbits = 7; in sm_attach_chip()
H A Dfsmc_nand.c1101 nand->badblockbits = 7; in fsmc_nand_probe()
H A Dnand_base.c268 if (likely(chip->badblockbits == 8)) in nand_block_bad()
271 res = hweight8(bad) < chip->badblockbits; in nand_block_bad()
5411 chip->badblockbits = 8; in nand_detect()
/linux/include/linux/mtd/
H A Drawnand.h1305 unsigned int badblockbits; member