Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/nand/raw/
Dsm_common.c169 chip->badblockbits = 7; in sm_attach_chip()
Dfsmc_nand.c1094 nand->badblockbits = 7; in fsmc_nand_probe()
Ddocg4.c1251 nand->badblockbits = 8; in init_mtd_structs()
Dnand_base.c448 if (likely(chip->badblockbits == 8)) in nand_block_bad()
451 res = hweight8(bad) < chip->badblockbits; in nand_block_bad()
5785 chip->badblockbits = 8; in nand_detect()
/Linux-v4.19/include/linux/mtd/
Drawnand.h1334 int badblockbits; member