Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/mtd/nand/
Dpxa3xx_nand.c216 static struct pxa3xx_nand_flash builtin_flash_types[] = { variable
229 #define DEFAULT_FLASH_TYPE (&builtin_flash_types[0])
922 ret = pxa3xx_nand_config_flash(info, &builtin_flash_types[0]); in pxa3xx_nand_sensing()
968 num = ARRAY_SIZE(builtin_flash_types) + pdata->num_flash - 1; in pxa3xx_nand_scan()
973 f = &builtin_flash_types[i - pdata->num_flash + 1]; in pxa3xx_nand_scan()
980 if (i >= (ARRAY_SIZE(builtin_flash_types) + pdata->num_flash - 1)) { in pxa3xx_nand_scan()