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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dicom.c67 #define ICOM_PORT ((struct icom_port *)port) macro
626 trace(ICOM_PORT, "WRITE", 0);
628 if (cpu_to_le16(ICOM_PORT->statStg->xmit[0].flags) &
630 trace(ICOM_PORT, "WRITE_FULL", 0);
638 ICOM_PORT->xmit_buf[data_count++] =
646 ICOM_PORT->statStg->xmit[0].flags =
648 ICOM_PORT->statStg->xmit[0].leLength =
651 (unsigned long) &ICOM_PORT->statStg->xmit[0] -
652 (unsigned long) ICOM_PORT->statStg;
653 *ICOM_PORT
[all...]

Completed in 95 milliseconds