Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dsm_common.c167 chip->badblockbits = 7; in sm_attach_chip()
H A Dfsmc_nand.c1093 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()
4856 chip->badblockbits = 8; in nand_detect()
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dmxs_nand_spl.c125 chip->badblockbits = 8; in mxs_flash_onfi_ident()
H A Dfsmc_nand.c480 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()
4532 chip->badblockbits = 8; in nand_get_flash_type()
/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Drawnand.h911 int badblockbits; member
/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Drawnand.h1235 unsigned int badblockbits; member