Lines Matching full:txfifo
336 unsigned int txfifo; member
345 .txfifo = SZ_1K, /* (128 * 64 bits) */
354 .txfifo = SZ_1K, /* (128 * 64 bits) */
363 .txfifo = SZ_1K, /* (128 * 64 bits) */
372 .txfifo = SZ_1K, /* (128 * 64 bits) */
381 .txfifo = SZ_1K, /* (128 * 64 bits) */
509 op->data.nbytes > f->devtype_data->txfifo) in nxp_fspi_supports_op()
809 /* Wait for TXFIFO empty */ in nxp_fspi_fill_txfifo()
824 /* Wait for TXFIFO empty */ in nxp_fspi_fill_txfifo()
981 if (op->data.nbytes > f->devtype_data->txfifo) in nxp_fspi_adjust_op_size()
982 op->data.nbytes = f->devtype_data->txfifo; in nxp_fspi_adjust_op_size()