Lines Matching defs:options
295 uint32_t options; /* chip's characteristic bits */
366 uint32_t reqopts; /* options which are required to perform the operation */
652 ns->busw = chip->options & NAND_BUSWIDTH_16 ? 16 : 8;
664 ns->options = 0;
667 ns->options |= OPT_PAGE512;
669 ns->options |= OPT_PAGE512_8BIT;
671 ns->options |= OPT_PAGE2048;
673 ns->options |= OPT_PAGE4096;
679 if (ns->options & OPT_SMALLPAGE) {
757 printk("options: %#x\n", ns->options);
1230 if (!(ns->options & ops[i].reqopts))
1244 && (ns->options & ops[idx].reqopts)) {
1702 if (!(ns->options & OPT_PAGE512_8BIT)) {
2280 chip->options |= NAND_SKIP_BBTSCAN;
2310 ns->options |= OPT_PAGE512; /* temporary value */
2314 chip->options |= NAND_BUSWIDTH_16;