statStg 150 drivers/tty/serial/icom.c if (icom_port->statStg) { statStg 151 drivers/tty/serial/icom.c pci_free_consistent(dev, 4096, icom_port->statStg, statStg 153 drivers/tty/serial/icom.c icom_port->statStg = NULL; statStg 191 drivers/tty/serial/icom.c icom_port->statStg = statStg 193 drivers/tty/serial/icom.c if (!icom_port->statStg) { statStg 199 drivers/tty/serial/icom.c (unsigned long) icom_port->statStg); statStg 214 drivers/tty/serial/icom.c stgAddr = (unsigned long) icom_port->statStg; statStg 217 drivers/tty/serial/icom.c stgAddr = stgAddr + sizeof(icom_port->statStg->xmit[0]); statStg 219 drivers/tty/serial/icom.c memset(&icom_port->statStg->xmit[index], 0, sizeof(struct xmit_status_area)); statStg 220 drivers/tty/serial/icom.c icom_port->statStg->xmit[index].leLengthASD = statStg 225 drivers/tty/serial/icom.c icom_port->statStg->xmit[index].leBuffer = statStg 228 drivers/tty/serial/icom.c memset(&icom_port->statStg->xmit[index], 0, sizeof(struct xmit_status_area)); statStg 229 drivers/tty/serial/icom.c icom_port->statStg->xmit[index].leLengthASD = statStg 233 drivers/tty/serial/icom.c icom_port->statStg->xmit[index].leBuffer = statStg 236 drivers/tty/serial/icom.c memset(&icom_port->statStg->xmit[index], 0, sizeof(struct xmit_status_area)); statStg 245 drivers/tty/serial/icom.c stgAddr = stgAddr + sizeof(icom_port->statStg->rcv[0]); statStg 246 drivers/tty/serial/icom.c icom_port->statStg->rcv[index].leLength = 0; statStg 247 drivers/tty/serial/icom.c icom_port->statStg->rcv[index].WorkingLength = statStg 250 drivers/tty/serial/icom.c offset = stgAddr - (unsigned long) icom_port->statStg; statStg 251 drivers/tty/serial/icom.c icom_port->statStg->rcv[index].leNext = statStg 255 drivers/tty/serial/icom.c icom_port->statStg->rcv[index].leBuffer = statStg 258 drivers/tty/serial/icom.c offset = startStgAddr - (unsigned long) icom_port->statStg; statStg 259 drivers/tty/serial/icom.c icom_port->statStg->rcv[index].leNext = statStg 263 drivers/tty/serial/icom.c icom_port->statStg->rcv[index].leBuffer = statStg 266 drivers/tty/serial/icom.c icom_port->statStg->rcv[index].leNext = 0; statStg 267 drivers/tty/serial/icom.c icom_port->statStg->rcv[index].leBuffer = 0; statStg 623 drivers/tty/serial/icom.c if (cpu_to_le16(ICOM_PORT->statStg->xmit[0].flags) & statStg 641 drivers/tty/serial/icom.c ICOM_PORT->statStg->xmit[0].flags = statStg 643 drivers/tty/serial/icom.c ICOM_PORT->statStg->xmit[0].leLength = statStg 646 drivers/tty/serial/icom.c (unsigned long) &ICOM_PORT->statStg->xmit[0] - statStg 647 drivers/tty/serial/icom.c (unsigned long) ICOM_PORT->statStg; statStg 702 drivers/tty/serial/icom.c icom_port->statStg->xmit[0].flags &= statStg 706 drivers/tty/serial/icom.c cpu_to_le16(icom_port->statStg->xmit[0].leLength); statStg 736 drivers/tty/serial/icom.c status = cpu_to_le16(icom_port->statStg->rcv[rcv_buff].flags); statStg 741 drivers/tty/serial/icom.c count = cpu_to_le16(icom_port->statStg->rcv[rcv_buff].leLength); statStg 748 drivers/tty/serial/icom.c cpu_to_le32(icom_port->statStg->rcv[rcv_buff].leBuffer) - statStg 815 drivers/tty/serial/icom.c icom_port->statStg->rcv[rcv_buff].flags = 0; statStg 816 drivers/tty/serial/icom.c icom_port->statStg->rcv[rcv_buff].leLength = 0; statStg 817 drivers/tty/serial/icom.c icom_port->statStg->rcv[rcv_buff].WorkingLength = statStg 824 drivers/tty/serial/icom.c status = cpu_to_le16(icom_port->statStg->rcv[rcv_buff].flags); statStg 930 drivers/tty/serial/icom.c if (cpu_to_le16(ICOM_PORT->statStg->xmit[0].flags) & statStg 1208 drivers/tty/serial/icom.c ICOM_PORT->statStg->rcv[rcv_buff].flags = 0; statStg 1209 drivers/tty/serial/icom.c ICOM_PORT->statStg->rcv[rcv_buff].leLength = 0; statStg 1210 drivers/tty/serial/icom.c ICOM_PORT->statStg->rcv[rcv_buff].WorkingLength = statStg 1215 drivers/tty/serial/icom.c ICOM_PORT->statStg->xmit[xmit_buff].flags = 0; statStg 1239 drivers/tty/serial/icom.c (unsigned long) &ICOM_PORT->statStg->rcv[0] - statStg 1240 drivers/tty/serial/icom.c (unsigned long) ICOM_PORT->statStg; statStg 228 drivers/tty/serial/icom.h struct statusArea *statStg;