Home
last modified time | relevance | path

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

/linux-4.1.27/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-s3c2410.h35 unsigned int flash_bbt:1; member
Dmtd-nand-pxa3xx.h59 bool flash_bbt; member
Dmtd-nand-omap2.h74 bool flash_bbt; member
/linux-4.1.27/arch/arm/mach-imx/
Dmach-cpuimx35.c114 .flash_bbt = 1,
Dmach-vpr200.c119 .flash_bbt = 1,
Dmach-mx35_3ds.c162 .flash_bbt = 1,
Dmach-mx31_3ds.c555 .flash_bbt = 1,
/linux-4.1.27/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.1.27/drivers/mtd/nand/
Dmxc_nand.c1410 pdata->flash_bbt = of_get_nand_on_flash_bbt(np); in mxcnd_probe_dt()
1530 if (host->pdata.flash_bbt) { in mxcnd_probe()
Dpxa3xx_nand.c1547 if (pdata->flash_bbt) { in pxa3xx_nand_scan()
1790 pdata->flash_bbt = of_get_nand_on_flash_bbt(np); in pxa3xx_nand_probe_dt()
Ds3c2410.c888 if (set->flash_bbt) { in s3c2410_nand_init_chip()
Domap2.c1719 if (pdata->flash_bbt) in omap_nand_probe()
/linux-4.1.27/drivers/memory/
Domap-gpmc.c1851 gpmc_nand_data->flash_bbt = of_get_nand_on_flash_bbt(child); in gpmc_probe_nand_child()