Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/tty/serial/
Dicom.c67 #define ICOM_PORT ((struct icom_port *)port) macro
632 trace(ICOM_PORT, "WRITE", 0); in icom_write()
634 if (cpu_to_le16(ICOM_PORT->statStg->xmit[0].flags) & in icom_write()
636 trace(ICOM_PORT, "WRITE_FULL", 0); in icom_write()
644 ICOM_PORT->xmit_buf[data_count++] = in icom_write()
652 ICOM_PORT->statStg->xmit[0].flags = in icom_write()
654 ICOM_PORT->statStg->xmit[0].leLength = in icom_write()
657 (unsigned long) &ICOM_PORT->statStg->xmit[0] - in icom_write()
658 (unsigned long) ICOM_PORT->statStg; in icom_write()
659 *ICOM_PORT->xmitRestart = in icom_write()
[all …]