Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dicom.c51 #define ICOM_PORT ((struct icom_port *)port) macro
625 trace(ICOM_PORT, "WRITE", 0); in icom_write()
627 if (cpu_to_le16(ICOM_PORT->statStg->xmit[0].flags) & in icom_write()
629 trace(ICOM_PORT, "WRITE_FULL", 0); in icom_write()
637 ICOM_PORT->xmit_buf[data_count++] = in icom_write()
645 ICOM_PORT->statStg->xmit[0].flags = in icom_write()
647 ICOM_PORT->statStg->xmit[0].leLength = in icom_write()
650 (unsigned long) &ICOM_PORT->statStg->xmit[0] - in icom_write()
651 (unsigned long) ICOM_PORT->statStg; in icom_write()
652 *ICOM_PORT->xmitRestart = in icom_write()
[all …]