Lines Matching defs:busw
295 uint busw; /* flash chip bus width (8 or 16) */
654 ns->busw = chip->options & NAND_BUSWIDTH_16 ? 16 : 8;
670 if (ns->busw == 8)
741 if (ns->busw == 16)
751 printk("bus width: %u\n", ns->busw);
1574 int busdiv = ns->busw == 8 ? 1 : 2;
1763 if ((ns->nxstate & STATE_ADDR_MASK) && ns->busw == 16) {
1897 if (ns->busw == 8) {
2069 if (ns->busw == 8) {
2316 ns->busw = 16;