Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/serial/
Dicom.c51 #define ICOM_PORT ((struct icom_port *)port) macro
621 trace(ICOM_PORT, "WRITE", 0); in icom_write()
623 if (cpu_to_le16(ICOM_PORT->statStg->xmit[0].flags) & in icom_write()
625 trace(ICOM_PORT, "WRITE_FULL", 0); in icom_write()
633 ICOM_PORT->xmit_buf[data_count++] = in icom_write()
641 ICOM_PORT->statStg->xmit[0].flags = in icom_write()
643 ICOM_PORT->statStg->xmit[0].leLength = in icom_write()
646 (unsigned long) &ICOM_PORT->statStg->xmit[0] - in icom_write()
647 (unsigned long) ICOM_PORT->statStg; in icom_write()
648 *ICOM_PORT->xmitRestart = in icom_write()
[all …]