Home
last modified time | relevance | path

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

/Linux-v5.4/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
/Linux-v5.4/arch/arm/mach-imx/
Dmach-vpr200.c109 .flash_bbt = 1,
Dmach-mx35_3ds.c150 .flash_bbt = 1,
Dmach-mx31_3ds.c402 .flash_bbt = 1,
/Linux-v5.4/arch/arm/mach-s3c24xx/
Dmach-gta02.c404 .flash_bbt = 1,
Dmach-mini2440.c288 .flash_bbt = 1, /* we use u-boot to create a BBT */
/Linux-v5.4/drivers/mtd/nand/raw/
Domap2.c169 bool flash_bbt; member
2254 if (info->flash_bbt) in omap_nand_probe()
Ds3c2410.c912 if (set->flash_bbt) in s3c2410_nand_init_chip()
Dmxc_nand.c1857 if (host->pdata.flash_bbt) in mxcnd_probe()
Dmarvell_nand.c2415 if (pdata && pdata->flash_bbt) in marvell_nand_attach_chip()