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

/linux-master/drivers/tty/serial/
H A Dicom.c262 struct statusArea *statStg; member in struct:icom_port
409 if (icom_port->statStg) {
410 dma_free_coherent(&dev->dev, 4096, icom_port->statStg,
412 icom_port->statStg = NULL;
452 icom_port->statStg =
455 if (!icom_port->statStg) {
461 (unsigned long) icom_port->statStg);
477 stgAddr = (unsigned long) icom_port->statStg;
480 stgAddr = stgAddr + sizeof(icom_port->statStg->xmit[0]);
482 memset(&icom_port->statStg
[all...]

Completed in 88 milliseconds