Lines Matching refs:NAND_BUSWIDTH_16
360 if (chip->options & NAND_BUSWIDTH_16) { in nand_block_bad()
405 if (chip->options & NAND_BUSWIDTH_16) { in nand_default_block_markbad()
641 if (chip->options & NAND_BUSWIDTH_16 && in nand_command()
734 if (chip->options & NAND_BUSWIDTH_16 && in nand_command_lp()
1906 int busw = (chip->options & NAND_BUSWIDTH_16) ? 2 : 1; in nand_read_subpage()
3966 *busw = NAND_BUSWIDTH_16; in nand_flash_detect_onfi()
4071 *busw = NAND_BUSWIDTH_16; in nand_flash_detect_jedec()
4270 *busw = (extid & 0x01) ? NAND_BUSWIDTH_16 : 0; in nand_decode_ext_id()
4304 *busw = type->options & NAND_BUSWIDTH_16; in nand_decode_id()
4334 if (mtd->writesize > 512 || (chip->options & NAND_BUSWIDTH_16)) in nand_decode_bbm_options()
4381 *busw = type->options & NAND_BUSWIDTH_16; in find_full_id_nand()
4496 WARN_ON(chip->options & NAND_BUSWIDTH_16); in nand_get_flash_type()
4499 } else if (busw != (chip->options & NAND_BUSWIDTH_16)) { in nand_get_flash_type()
4508 (chip->options & NAND_BUSWIDTH_16) ? 16 : 8, in nand_get_flash_type()
4582 chip->options |= NAND_BUSWIDTH_16; in nand_dt_init()
4659 nand_set_defaults(chip, chip->options & NAND_BUSWIDTH_16); in nand_scan_ident()