Lines Matching refs:catch_tr_descr
150 struct dma_descr_data *catch_tr_descr; member
421 port->catch_tr_descr = &port->out_descr[0]; in initialize_port()
581 port->active_tr_descr != port->catch_tr_descr && in sync_serial_poll()
1101 port->catch_tr_descr)); in sync_serial_write()
1111 ((port->use_dma && port->active_tr_descr == port->catch_tr_descr) || in sync_serial_write()
1363 sent = port->catch_tr_descr->after - in tr_interrupt()
1364 port->catch_tr_descr->buf; in tr_interrupt()
1369 port->catch_tr_descr, in tr_interrupt()
1372 port->catch_tr_descr = in tr_interrupt()
1373 phys_to_virt((int) port->catch_tr_descr->next); in tr_interrupt()
1375 phys_to_virt((int) port->catch_tr_descr->buf); in tr_interrupt()
1387 while (!port->catch_tr_descr->eol) { in tr_interrupt()
1388 sent = port->catch_tr_descr->after - in tr_interrupt()
1389 port->catch_tr_descr->buf; in tr_interrupt()
1392 port->catch_tr_descr, in tr_interrupt()
1396 port->catch_tr_descr = phys_to_virt( in tr_interrupt()
1397 (int)port->catch_tr_descr->next); in tr_interrupt()
1404 sent = port->catch_tr_descr->after - in tr_interrupt()
1405 port->catch_tr_descr->buf; in tr_interrupt()
1407 port->catch_tr_descr, in tr_interrupt()
1416 phys_to_virt((int) port->catch_tr_descr->after); in tr_interrupt()
1428 port->catch_tr_descr = port->active_tr_descr; in tr_interrupt()