Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/tty/serial/
Dvt8500_serial.c95 struct vt8500_port { struct
124 struct vt8500_port *vt8500_port = container_of(port, in vt8500_stop_tx() argument
125 struct vt8500_port, in vt8500_stop_tx()
128 vt8500_port->ier &= ~TX_FIFO_INTS; in vt8500_stop_tx()
129 vt8500_write(port, vt8500_port->ier, VT8500_URIER); in vt8500_stop_tx()
134 struct vt8500_port *vt8500_port = container_of(port, in vt8500_stop_rx() local
135 struct vt8500_port, in vt8500_stop_rx()
138 vt8500_port->ier &= ~RX_FIFO_INTS; in vt8500_stop_rx()
139 vt8500_write(port, vt8500_port->ier, VT8500_URIER); in vt8500_stop_rx()
144 struct vt8500_port *vt8500_port = container_of(port, in vt8500_enable_ms() local
[all …]