Searched refs:bcm_uart_writel (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/drivers/tty/serial/ |
| D | bcm63xx_uart.c | 83 static inline void bcm_uart_writel(struct uart_port *port, in bcm_uart_writel() function 114 bcm_uart_writel(port, val, UART_MCTL_REG); in bcm_uart_set_mctrl() 121 bcm_uart_writel(port, val, UART_CTL_REG); in bcm_uart_set_mctrl() 153 bcm_uart_writel(port, val, UART_CTL_REG); in bcm_uart_stop_tx() 157 bcm_uart_writel(port, val, UART_IR_REG); in bcm_uart_stop_tx() 169 bcm_uart_writel(port, val, UART_IR_REG); in bcm_uart_start_tx() 173 bcm_uart_writel(port, val, UART_CTL_REG); in bcm_uart_start_tx() 185 bcm_uart_writel(port, val, UART_IR_REG); in bcm_uart_stop_rx() 197 bcm_uart_writel(port, val, UART_IR_REG); in bcm_uart_enable_ms() 215 bcm_uart_writel(port, val, UART_CTL_REG); in bcm_uart_break_ctl() [all …]
|