Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/platform_data/
Dmtd-nand-pxa3xx.h24 unsigned int flash_width; /* Width of Flash memory (DWIDTH_M) */ member
/linux-4.1.27/drivers/mtd/nand/
Dpxa3xx_nand.c1247 if (f->flash_width != 16 && f->flash_width != 8) { in pxa3xx_nand_config_flash()
1267 ndcr |= (f->flash_width == 16) ? NDCR_DWIDTH_M : 0; in pxa3xx_nand_config_flash()
1532 if (f->flash_width == 16) in pxa3xx_nand_scan()