Lines Matching refs:txfifo
178 * TKT253890, the controller needs the driver to fill the txfifo with
201 unsigned int txfifo;
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)
708 if (op->data.nbytes > q->devtype_data->txfifo)
709 op->data.nbytes = q->devtype_data->txfifo;