Lines Matching full:txfifo
179 * TKT253890, the controller needs the driver to fill the txfifo with
202 unsigned int txfifo; member
211 .txfifo = SZ_64,
220 .txfifo = SZ_512,
229 .txfifo = SZ_512,
239 .txfifo = SZ_512,
249 .txfifo = SZ_64,
258 .txfifo = SZ_64,
410 op->data.nbytes > q->devtype_data->txfifo) in fsl_qspi_supports_op()
709 if (op->data.nbytes > q->devtype_data->txfifo) in fsl_qspi_adjust_op_size()
710 op->data.nbytes = q->devtype_data->txfifo; in fsl_qspi_adjust_op_size()