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