Home
last modified time | relevance | path

Searched refs:flash_bbt (Results 1 – 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/include/linux/platform_data/
Dmtd-mxc_nand.h15 unsigned int flash_bbt:1; /* set to 1 to use a flash based bbt */ member
Dmtd-nand-pxa3xx.h17 bool flash_bbt; member
Dmtd-nand-s3c2410.h32 unsigned int flash_bbt:1; member
/kernel/linux/linux-5.10/arch/arm/mach-s3c/
Dmach-gta02.c403 .flash_bbt = 1,
Dmach-mini2440.c298 .flash_bbt = 1, /* we use u-boot to create a BBT */
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
Domap2.c169 bool flash_bbt; member
2250 if (info->flash_bbt) in omap_nand_probe()
Ds3c2410.c913 if (set->flash_bbt) in s3c2410_nand_init_chip()
Dmxc_nand.c1851 if (host->pdata.flash_bbt) in mxcnd_probe()
Dmarvell_nand.c2457 if (pdata && pdata->flash_bbt) in marvell_nand_attach_chip()