Lines Matching defs:width
164 unsigned int width;
388 int width = op->data.buswidth ? op->data.buswidth : SPI_NBITS_SINGLE;
393 width, addrlen, hp);
400 switch (width) {
432 int width = op->data.buswidth ? op->data.buswidth : SPI_NBITS_SINGLE;
437 width, addrlen, hp);
439 switch (width) {
478 int width = op->data.buswidth ? op->data.buswidth : SPI_NBITS_SINGLE;
501 "INVALID COMBINATION: width=%d addrlen=%d hp=%d\n",
502 width, addrlen, hp);
503 } else if (qspi->xfer_mode.width != width ||
506 qspi->xfer_mode.width = width;
512 qspi->xfer_mode.width,
1484 qspi->xfer_mode.width = -1;