Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Dvt8500_serial.c108 struct vt8500_port { struct
137 struct vt8500_port *vt8500_port = container_of(port, in vt8500_stop_tx() local
138 struct vt8500_port, in vt8500_stop_tx()
141 vt8500_port->ier &= ~TX_FIFO_INTS; in vt8500_stop_tx()
142 vt8500_write(port, vt8500_port->ier, VT8500_URIER); in vt8500_stop_tx()
147 struct vt8500_port *vt8500_port = container_of(port, in vt8500_stop_rx() local
148 struct vt8500_port, in vt8500_stop_rx()
151 vt8500_port->ier &= ~RX_FIFO_INTS; in vt8500_stop_rx()
152 vt8500_write(port, vt8500_port->ier, VT8500_URIER); in vt8500_stop_rx()
157 struct vt8500_port *vt8500_port = container_of(port, in vt8500_enable_ms() local
[all …]