Searched refs:bcm_uart_writel (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/tty/serial/ |
| D | bcm63xx_uart.c | 86 static inline void bcm_uart_writel(struct uart_port *port, in bcm_uart_writel() function 117 bcm_uart_writel(port, val, UART_MCTL_REG); in bcm_uart_set_mctrl() 124 bcm_uart_writel(port, val, UART_CTL_REG); in bcm_uart_set_mctrl() 156 bcm_uart_writel(port, val, UART_CTL_REG); in bcm_uart_stop_tx() 160 bcm_uart_writel(port, val, UART_IR_REG); in bcm_uart_stop_tx() 172 bcm_uart_writel(port, val, UART_IR_REG); in bcm_uart_start_tx() 176 bcm_uart_writel(port, val, UART_CTL_REG); in bcm_uart_start_tx() 188 bcm_uart_writel(port, val, UART_IR_REG); in bcm_uart_stop_rx() 200 bcm_uart_writel(port, val, UART_IR_REG); in bcm_uart_enable_ms() 218 bcm_uart_writel(port, val, UART_CTL_REG); in bcm_uart_break_ctl() [all …]
|