Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dmax310x.c284 static u8 max310x_port_read(struct uart_port *port, u8 reg) in max310x_port_read() function
650 sts = max310x_port_read(port, MAX310X_LSR_IRQSTS_REG); in max310x_handle_rx()
675 ch = max310x_port_read(port, MAX310X_RHR_REG); in max310x_handle_rx()
676 sts = max310x_port_read(port, MAX310X_LSR_IRQSTS_REG); in max310x_handle_rx()
740 txlen = max310x_port_read(port, MAX310X_TXFIFOLVL_REG); in max310x_handle_tx()
779 ists = max310x_port_read(port, MAX310X_IRQSTS_REG); in max310x_port_irq()
780 rxlen = max310x_port_read(port, MAX310X_RXFIFOLVL_REG); in max310x_port_irq()
787 lsr = max310x_port_read(port, MAX310X_LSR_IRQSTS_REG); in max310x_port_irq()
838 lvl = max310x_port_read(port, MAX310X_TXFIFOLVL_REG); in max310x_tx_empty()
839 sts = max310x_port_read(port, MAX310X_IRQSTS_REG); in max310x_tx_empty()
[all …]