Home
last modified time | relevance | path

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

/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