ICOM_PORT         621 drivers/tty/serial/icom.c 	trace(ICOM_PORT, "WRITE", 0);
ICOM_PORT         623 drivers/tty/serial/icom.c 	if (cpu_to_le16(ICOM_PORT->statStg->xmit[0].flags) &
ICOM_PORT         625 drivers/tty/serial/icom.c 		trace(ICOM_PORT, "WRITE_FULL", 0);
ICOM_PORT         633 drivers/tty/serial/icom.c 		ICOM_PORT->xmit_buf[data_count++] =
ICOM_PORT         641 drivers/tty/serial/icom.c 		ICOM_PORT->statStg->xmit[0].flags =
ICOM_PORT         643 drivers/tty/serial/icom.c 		ICOM_PORT->statStg->xmit[0].leLength =
ICOM_PORT         646 drivers/tty/serial/icom.c 		    (unsigned long) &ICOM_PORT->statStg->xmit[0] -
ICOM_PORT         647 drivers/tty/serial/icom.c 		    (unsigned long) ICOM_PORT->statStg;
ICOM_PORT         648 drivers/tty/serial/icom.c 		*ICOM_PORT->xmitRestart =
ICOM_PORT         649 drivers/tty/serial/icom.c 		    cpu_to_le32(ICOM_PORT->statStg_pci + offset);
ICOM_PORT         650 drivers/tty/serial/icom.c 		cmdReg = readb(&ICOM_PORT->dram->CmdReg);
ICOM_PORT         652 drivers/tty/serial/icom.c 		       &ICOM_PORT->dram->CmdReg);
ICOM_PORT         653 drivers/tty/serial/icom.c 		writeb(START_XMIT, &ICOM_PORT->dram->StartXmitCmd);
ICOM_PORT         654 drivers/tty/serial/icom.c 		trace(ICOM_PORT, "WRITE_START", data_count);
ICOM_PORT         656 drivers/tty/serial/icom.c 		readb(&ICOM_PORT->dram->StartXmitCmd);
ICOM_PORT         930 drivers/tty/serial/icom.c 	if (cpu_to_le16(ICOM_PORT->statStg->xmit[0].flags) &
ICOM_PORT         944 drivers/tty/serial/icom.c 	trace(ICOM_PORT, "SET_MODEM", 0);
ICOM_PORT         945 drivers/tty/serial/icom.c 	local_osr = readb(&ICOM_PORT->dram->osr);
ICOM_PORT         948 drivers/tty/serial/icom.c 		trace(ICOM_PORT, "RAISE_RTS", 0);
ICOM_PORT         951 drivers/tty/serial/icom.c 		trace(ICOM_PORT, "LOWER_RTS", 0);
ICOM_PORT         956 drivers/tty/serial/icom.c 		trace(ICOM_PORT, "RAISE_DTR", 0);
ICOM_PORT         959 drivers/tty/serial/icom.c 		trace(ICOM_PORT, "LOWER_DTR", 0);
ICOM_PORT         963 drivers/tty/serial/icom.c 	writeb(local_osr, &ICOM_PORT->dram->osr);
ICOM_PORT         971 drivers/tty/serial/icom.c 	trace(ICOM_PORT, "GET_MODEM", 0);
ICOM_PORT         973 drivers/tty/serial/icom.c 	status = readb(&ICOM_PORT->dram->isr);
ICOM_PORT         986 drivers/tty/serial/icom.c 	trace(ICOM_PORT, "STOP", 0);
ICOM_PORT         987 drivers/tty/serial/icom.c 	cmdReg = readb(&ICOM_PORT->dram->CmdReg);
ICOM_PORT         988 drivers/tty/serial/icom.c 	writeb(cmdReg | CMD_HOLD_XMIT, &ICOM_PORT->dram->CmdReg);
ICOM_PORT         995 drivers/tty/serial/icom.c 	trace(ICOM_PORT, "START", 0);
ICOM_PORT         996 drivers/tty/serial/icom.c 	cmdReg = readb(&ICOM_PORT->dram->CmdReg);
ICOM_PORT         999 drivers/tty/serial/icom.c 		       &ICOM_PORT->dram->CmdReg);
ICOM_PORT        1010 drivers/tty/serial/icom.c 	trace(ICOM_PORT, "SEND_XCHAR", ch);
ICOM_PORT        1015 drivers/tty/serial/icom.c 		xdata = readb(&ICOM_PORT->dram->xchar);
ICOM_PORT        1017 drivers/tty/serial/icom.c 			trace(ICOM_PORT, "QUICK_WRITE", 0);
ICOM_PORT        1018 drivers/tty/serial/icom.c 			writeb(ch, &ICOM_PORT->dram->xchar);
ICOM_PORT        1021 drivers/tty/serial/icom.c 			xdata = readb(&ICOM_PORT->dram->xchar);
ICOM_PORT        1034 drivers/tty/serial/icom.c 	cmdReg = readb(&ICOM_PORT->dram->CmdReg);
ICOM_PORT        1035 drivers/tty/serial/icom.c 	writeb(cmdReg & ~CMD_RCV_ENABLE, &ICOM_PORT->dram->CmdReg);
ICOM_PORT        1044 drivers/tty/serial/icom.c 	trace(ICOM_PORT, "BREAK", 0);
ICOM_PORT        1045 drivers/tty/serial/icom.c 	cmdReg = readb(&ICOM_PORT->dram->CmdReg);
ICOM_PORT        1047 drivers/tty/serial/icom.c 		writeb(cmdReg | CMD_SND_BREAK, &ICOM_PORT->dram->CmdReg);
ICOM_PORT        1049 drivers/tty/serial/icom.c 		writeb(cmdReg & ~CMD_SND_BREAK, &ICOM_PORT->dram->CmdReg);
ICOM_PORT        1058 drivers/tty/serial/icom.c 	kref_get(&ICOM_PORT->adapter->kref);
ICOM_PORT        1059 drivers/tty/serial/icom.c 	retval = startup(ICOM_PORT);
ICOM_PORT        1062 drivers/tty/serial/icom.c 		kref_put(&ICOM_PORT->adapter->kref, icom_kref_release);
ICOM_PORT        1063 drivers/tty/serial/icom.c 		trace(ICOM_PORT, "STARTUP_ERROR", 0);
ICOM_PORT        1074 drivers/tty/serial/icom.c 	trace(ICOM_PORT, "CLOSE", 0);
ICOM_PORT        1077 drivers/tty/serial/icom.c 	cmdReg = readb(&ICOM_PORT->dram->CmdReg);
ICOM_PORT        1078 drivers/tty/serial/icom.c 	writeb(cmdReg & ~CMD_RCV_ENABLE, &ICOM_PORT->dram->CmdReg);
ICOM_PORT        1080 drivers/tty/serial/icom.c 	shutdown(ICOM_PORT);
ICOM_PORT        1082 drivers/tty/serial/icom.c 	kref_put(&ICOM_PORT->adapter->kref, icom_kref_release);
ICOM_PORT        1100 drivers/tty/serial/icom.c 	trace(ICOM_PORT, "CHANGE_SPEED", 0);
ICOM_PORT        1131 drivers/tty/serial/icom.c 		trace(ICOM_PORT, "PARENB", 0);
ICOM_PORT        1136 drivers/tty/serial/icom.c 		trace(ICOM_PORT, "PARODD", 0);
ICOM_PORT        1156 drivers/tty/serial/icom.c 	tmp_byte = readb(&(ICOM_PORT->dram->HDLCConfigReg));
ICOM_PORT        1161 drivers/tty/serial/icom.c 	writeb(tmp_byte, &(ICOM_PORT->dram->HDLCConfigReg));
ICOM_PORT        1166 drivers/tty/serial/icom.c 	ICOM_PORT->read_status_mask = SA_FLAGS_OVERRUN | SA_FL_RCV_DONE;
ICOM_PORT        1168 drivers/tty/serial/icom.c 		ICOM_PORT->read_status_mask |=
ICOM_PORT        1172 drivers/tty/serial/icom.c 		ICOM_PORT->read_status_mask |= SA_FLAGS_BREAK_DET;
ICOM_PORT        1177 drivers/tty/serial/icom.c 	ICOM_PORT->ignore_status_mask = 0;
ICOM_PORT        1179 drivers/tty/serial/icom.c 		ICOM_PORT->ignore_status_mask |=
ICOM_PORT        1182 drivers/tty/serial/icom.c 		ICOM_PORT->ignore_status_mask |= SA_FLAGS_BREAK_DET;
ICOM_PORT        1188 drivers/tty/serial/icom.c 			ICOM_PORT->ignore_status_mask |= SA_FLAGS_OVERRUN;
ICOM_PORT        1195 drivers/tty/serial/icom.c 		ICOM_PORT->ignore_status_mask |= SA_FL_RCV_DONE;
ICOM_PORT        1198 drivers/tty/serial/icom.c 	writeb(CMD_RCV_DISABLE, &ICOM_PORT->dram->CmdReg);
ICOM_PORT        1201 drivers/tty/serial/icom.c 		if (readb(&ICOM_PORT->dram->PrevCmdReg) == 0x00) {
ICOM_PORT        1208 drivers/tty/serial/icom.c 		ICOM_PORT->statStg->rcv[rcv_buff].flags = 0;
ICOM_PORT        1209 drivers/tty/serial/icom.c 		ICOM_PORT->statStg->rcv[rcv_buff].leLength = 0;
ICOM_PORT        1210 drivers/tty/serial/icom.c 		ICOM_PORT->statStg->rcv[rcv_buff].WorkingLength =
ICOM_PORT        1215 drivers/tty/serial/icom.c 		ICOM_PORT->statStg->xmit[xmit_buff].flags = 0;
ICOM_PORT        1220 drivers/tty/serial/icom.c 	writeb(new_config3, &(ICOM_PORT->dram->async_config3));
ICOM_PORT        1221 drivers/tty/serial/icom.c 	writeb(new_config2, &(ICOM_PORT->dram->async_config2));
ICOM_PORT        1222 drivers/tty/serial/icom.c 	tmp_byte = readb(&(ICOM_PORT->dram->HDLCConfigReg));
ICOM_PORT        1224 drivers/tty/serial/icom.c 	writeb(tmp_byte, &(ICOM_PORT->dram->HDLCConfigReg));
ICOM_PORT        1225 drivers/tty/serial/icom.c 	writeb(0x04, &(ICOM_PORT->dram->FlagFillIdleTimer));	/* 0.5 seconds */
ICOM_PORT        1226 drivers/tty/serial/icom.c 	writeb(0xFF, &(ICOM_PORT->dram->ier));	/* enable modem signal interrupts */
ICOM_PORT        1229 drivers/tty/serial/icom.c 	writeb(CMD_RESTART, &ICOM_PORT->dram->CmdReg);
ICOM_PORT        1232 drivers/tty/serial/icom.c 		if (readb(&ICOM_PORT->dram->CmdReg) == 0x00) {
ICOM_PORT        1239 drivers/tty/serial/icom.c 	    (unsigned long) &ICOM_PORT->statStg->rcv[0] -
ICOM_PORT        1240 drivers/tty/serial/icom.c 	    (unsigned long) ICOM_PORT->statStg;
ICOM_PORT        1241 drivers/tty/serial/icom.c 	writel(ICOM_PORT->statStg_pci + offset,
ICOM_PORT        1242 drivers/tty/serial/icom.c 	       &ICOM_PORT->dram->RcvStatusAddr);
ICOM_PORT        1243 drivers/tty/serial/icom.c 	ICOM_PORT->next_rcv = 0;
ICOM_PORT        1244 drivers/tty/serial/icom.c 	ICOM_PORT->put_length = 0;
ICOM_PORT        1245 drivers/tty/serial/icom.c 	*ICOM_PORT->xmitRestart = 0;
ICOM_PORT        1246 drivers/tty/serial/icom.c 	writel(ICOM_PORT->xmitRestart_pci,
ICOM_PORT        1247 drivers/tty/serial/icom.c 	       &ICOM_PORT->dram->XmitStatusAddr);
ICOM_PORT        1248 drivers/tty/serial/icom.c 	trace(ICOM_PORT, "XR_ENAB", 0);
ICOM_PORT        1249 drivers/tty/serial/icom.c 	writeb(CMD_XMIT_RCV_ENABLE, &ICOM_PORT->dram->CmdReg);