Lines Matching refs:NAND_BUSWIDTH_16
512 if (chip->options & NAND_BUSWIDTH_16) {
1116 if (chip->options & NAND_BUSWIDTH_16) {
1163 !(chip->options & NAND_BUSWIDTH_16))
1582 !(chip->options & NAND_BUSWIDTH_16))
3129 int busw = (chip->options & NAND_BUSWIDTH_16) ? 2 : 1;
5030 chip->options |= NAND_BUSWIDTH_16;
5067 if (mtd->writesize > 512 || (chip->options & NAND_BUSWIDTH_16))
5309 * Save the NAND_BUSWIDTH_16 flag before letting auto-detection logic
5315 busw = chip->options & NAND_BUSWIDTH_16;
5321 chip->options &= ~NAND_BUSWIDTH_16;
5373 WARN_ON(busw & NAND_BUSWIDTH_16);
5375 } else if (busw != (chip->options & NAND_BUSWIDTH_16)) {
5385 (chip->options & NAND_BUSWIDTH_16) ? 16 : 8);
5541 chip->options |= NAND_BUSWIDTH_16;