Lines Matching refs:NAND_BUSWIDTH_16
342 if (chip->options & NAND_BUSWIDTH_16) { in nand_block_bad()
392 if (chip->options & NAND_BUSWIDTH_16) { in nand_default_block_markbad()
628 if (chip->options & NAND_BUSWIDTH_16 && in nand_command()
720 if (chip->options & NAND_BUSWIDTH_16 && in nand_command_lp()
1230 int busw = (chip->options & NAND_BUSWIDTH_16) ? 2 : 1; in nand_read_subpage()
3221 *busw = NAND_BUSWIDTH_16; in nand_flash_detect_onfi()
3317 *busw = NAND_BUSWIDTH_16; in nand_flash_detect_jedec()
3516 *busw = (extid & 0x01) ? NAND_BUSWIDTH_16 : 0; in nand_decode_ext_id()
3550 *busw = type->options & NAND_BUSWIDTH_16; in nand_decode_id()
3580 if (mtd->writesize > 512 || (chip->options & NAND_BUSWIDTH_16)) in nand_decode_bbm_options()
3627 *busw = type->options & NAND_BUSWIDTH_16; in find_full_id_nand()
3742 WARN_ON(chip->options & NAND_BUSWIDTH_16); in nand_get_flash_type()
3745 } else if (busw != (chip->options & NAND_BUSWIDTH_16)) { in nand_get_flash_type()
3754 (chip->options & NAND_BUSWIDTH_16) ? 16 : 8, in nand_get_flash_type()
3820 nand_set_defaults(chip, chip->options & NAND_BUSWIDTH_16); in nand_scan_ident()