Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dicom.c51 #define ICOM_PORT ((struct icom_port *)port) macro
623 trace(ICOM_PORT, "WRITE", 0); in icom_write()
625 if (cpu_to_le16(ICOM_PORT->statStg->xmit[0].flags) & in icom_write()
627 trace(ICOM_PORT, "WRITE_FULL", 0); in icom_write()
635 ICOM_PORT->xmit_buf[data_count++] = in icom_write()
643 ICOM_PORT->statStg->xmit[0].flags = in icom_write()
645 ICOM_PORT->statStg->xmit[0].leLength = in icom_write()
648 (unsigned long) &ICOM_PORT->statStg->xmit[0] - in icom_write()
649 (unsigned long) ICOM_PORT->statStg; in icom_write()
650 *ICOM_PORT->xmitRestart = in icom_write()
[all …]