Searched refs:vt8500_port (Results 1 – 1 of 1) sorted by relevance
95 struct vt8500_port { struct124 struct vt8500_port *vt8500_port = container_of(port, in vt8500_stop_tx() argument125 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() local135 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 …]