Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dmax310x.c279 static u8 max310x_port_read(struct uart_port *port, u8 reg) in max310x_port_read() function
606 ch = max310x_port_read(port, MAX310X_RHR_REG); in max310x_handle_rx()
607 sts = max310x_port_read(port, MAX310X_LSR_IRQSTS_REG); in max310x_handle_rx()
669 txlen = max310x_port_read(port, MAX310X_TXFIFOLVL_REG); in max310x_handle_tx()
694 ists = max310x_port_read(port, MAX310X_IRQSTS_REG); in max310x_port_irq()
695 rxlen = max310x_port_read(port, MAX310X_RXFIFOLVL_REG); in max310x_port_irq()
700 lsr = max310x_port_read(port, MAX310X_LSR_IRQSTS_REG); in max310x_port_irq()
757 lvl = max310x_port_read(port, MAX310X_TXFIFOLVL_REG); in max310x_tx_empty()
758 sts = max310x_port_read(port, MAX310X_IRQSTS_REG); in max310x_tx_empty()
936 max310x_port_read(port, MAX310X_IRQSTS_REG); in max310x_startup()
[all …]