Home
last modified time | relevance | path

Searched refs:ICOM_PORT (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/tty/serial/
Dicom.c66 #define ICOM_PORT ((struct icom_port *)port) macro
638 trace(ICOM_PORT, "WRITE", 0); in icom_write()
640 if (cpu_to_le16(ICOM_PORT->statStg->xmit[0].flags) & in icom_write()
642 trace(ICOM_PORT, "WRITE_FULL", 0); in icom_write()
650 ICOM_PORT->xmit_buf[data_count++] = in icom_write()
658 ICOM_PORT->statStg->xmit[0].flags = in icom_write()
660 ICOM_PORT->statStg->xmit[0].leLength = in icom_write()
663 (unsigned long) &ICOM_PORT->statStg->xmit[0] - in icom_write()
664 (unsigned long) ICOM_PORT->statStg; in icom_write()
665 *ICOM_PORT->xmitRestart = in icom_write()
[all …]