Lines Matching full:txfifo
331 unsigned int txfifo; member
340 .txfifo = SZ_1K, /* (128 * 64 bits) */
349 .txfifo = SZ_1K, /* (128 * 64 bits) */
358 .txfifo = SZ_1K, /* (128 * 64 bits) */
367 .txfifo = SZ_1K, /* (128 * 64 bits) */
376 .txfifo = SZ_1K, /* (128 * 64 bits) */
502 op->data.nbytes > f->devtype_data->txfifo) in nxp_fspi_supports_op()
801 /* Wait for TXFIFO empty */ in nxp_fspi_fill_txfifo()
816 /* Wait for TXFIFO empty */ in nxp_fspi_fill_txfifo()
967 if (op->data.nbytes > f->devtype_data->txfifo) in nxp_fspi_adjust_op_size()
968 op->data.nbytes = f->devtype_data->txfifo; in nxp_fspi_adjust_op_size()