Lines Matching full:txfifo
178 * TKT253890, the controller needs the driver to fill the txfifo with
201 unsigned int txfifo; member
210 .txfifo = SZ_64,
219 .txfifo = SZ_512,
228 .txfifo = SZ_512,
238 .txfifo = SZ_512,
248 .txfifo = SZ_64,
257 .txfifo = SZ_64,
409 op->data.nbytes > q->devtype_data->txfifo) in fsl_qspi_supports_op()
708 if (op->data.nbytes > q->devtype_data->txfifo) in fsl_qspi_adjust_op_size()
709 op->data.nbytes = q->devtype_data->txfifo; in fsl_qspi_adjust_op_size()