Lines Matching defs:width
185 unsigned int width;
421 int width = op->data.buswidth ? op->data.buswidth : SPI_NBITS_SINGLE;
426 width, addrlen, hp);
434 switch (width) {
466 int width = op->data.buswidth ? op->data.buswidth : SPI_NBITS_SINGLE;
471 width, addrlen, hp);
473 switch (width) {
512 int width = op->data.buswidth ? op->data.buswidth : SPI_NBITS_SINGLE;
535 "INVALID COMBINATION: width=%d addrlen=%d hp=%d\n",
536 width, addrlen, hp);
537 } else if (qspi->xfer_mode.width != width ||
540 qspi->xfer_mode.width = width;
546 qspi->xfer_mode.width,
1658 qspi->xfer_mode.width = -1;