Searched refs:flash_width (Results 1 – 2 of 2) sorted by relevance
24 unsigned int flash_width; /* Width of Flash memory (DWIDTH_M) */ member
1247 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()