Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mtd/nand/raw/
Dsm_common.c167 chip->badblockbits = 7; in sm_attach_chip()
Dfsmc_nand.c1105 nand->badblockbits = 7; in fsmc_nand_probe()
Dnand_base.c269 if (likely(chip->badblockbits == 8)) in nand_block_bad()
272 res = hweight8(bad) < chip->badblockbits; in nand_block_bad()
5165 chip->badblockbits = 8; in nand_detect()
/linux-6.1.9/include/linux/mtd/
Drawnand.h1273 unsigned int badblockbits; member