Lines Matching defs:busw
293 uint busw; /* flash chip bus width (8 or 16) */
652 ns->busw = chip->options & NAND_BUSWIDTH_16 ? 16 : 8;
668 if (ns->busw == 8)
739 if (ns->busw == 16)
749 printk("bus width: %u\n", ns->busw);
1579 int busdiv = ns->busw == 8 ? 1 : 2;
1775 if ((ns->nxstate & STATE_ADDR_MASK) && ns->busw == 16) {
1909 if (ns->busw == 8) {
2081 if (ns->busw == 8) {
2313 ns->busw = 16;