Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/platform_data/
Dmtd-mxc_nand.h28 unsigned int flash_bbt:1; /* set to 1 to use a flash based bbt */ member
Dmtd-nand-pxa3xx.h35 bool flash_bbt; member
Dmtd-nand-s3c2410.h35 unsigned int flash_bbt:1; member
Dmtd-nand-omap2.h74 bool flash_bbt; member
/linux-4.4.14/arch/arm/mach-imx/
Dmach-vpr200.c119 .flash_bbt = 1,
Dmach-mx35_3ds.c162 .flash_bbt = 1,
Dmach-mx31_3ds.c555 .flash_bbt = 1,
/linux-4.4.14/arch/arm/mach-s3c24xx/
Dmach-gta02.c429 .flash_bbt = 1,
Dmach-mini2440.c279 .flash_bbt = 1, /* we use u-boot to create a BBT */
/linux-4.4.14/drivers/mtd/nand/
Dmxc_nand.c1477 pdata->flash_bbt = of_get_nand_on_flash_bbt(np); in mxcnd_probe_dt()
1596 if (host->pdata.flash_bbt) { in mxcnd_probe()
Dpxa3xx_nand.c1630 if (pdata->flash_bbt) { in pxa3xx_nand_scan()
1871 pdata->flash_bbt = of_get_nand_on_flash_bbt(np); in pxa3xx_nand_probe_dt()
Ds3c2410.c887 if (set->flash_bbt) { in s3c2410_nand_init_chip()
Domap2.c1719 if (pdata->flash_bbt) in omap_nand_probe()
/linux-4.4.14/drivers/memory/
Domap-gpmc.c1849 gpmc_nand_data->flash_bbt = of_get_nand_on_flash_bbt(child); in gpmc_probe_nand_child()