Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dicom.c150 if (icom_port->statStg) { in free_port_memory()
151 pci_free_consistent(dev, 4096, icom_port->statStg, in free_port_memory()
153 icom_port->statStg = NULL; in free_port_memory()
191 icom_port->statStg = in get_port_memory()
193 if (!icom_port->statStg) { in get_port_memory()
199 (unsigned long) icom_port->statStg); in get_port_memory()
210 memset(icom_port->statStg, 0, 4096); in get_port_memory()
216 stgAddr = (unsigned long) icom_port->statStg; in get_port_memory()
219 stgAddr = stgAddr + sizeof(icom_port->statStg->xmit[0]); in get_port_memory()
221 memset(&icom_port->statStg->xmit[index], 0, sizeof(struct xmit_status_area)); in get_port_memory()
[all …]
Dicom.h228 struct statusArea *statStg; member