Home
last modified time | relevance | path

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

/openbmc/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.c269 if (likely(chip->badblockbits == 8)) in nand_block_bad()
272 res = hweight8(bad) < chip->badblockbits; in nand_block_bad()
5392 chip->badblockbits = 8; in nand_detect()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dmxs_nand_spl.c124 chip->badblockbits = 8; in mxs_flash_onfi_ident()
H A Dfsmc_nand.c479 nand->badblockbits = 7; in fsmc_nand_init()
H A Dnand_base.c374 if (likely(chip->badblockbits == 8)) in nand_block_bad()
377 res = hweight8(bad) < chip->badblockbits; in nand_block_bad()
3841 chip->badblockbits = 8; in nand_get_flash_type()
/openbmc/u-boot/include/linux/mtd/
H A Drawnand.h933 int badblockbits; member
/openbmc/linux/include/linux/mtd/
H A Drawnand.h1292 unsigned int badblockbits; member