Searched refs:bcm_uart_writel (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/tty/serial/ |
H A D | bcm63xx_uart.c | 79 static inline void bcm_uart_writel(struct uart_port *port, in bcm_uart_writel() function 110 bcm_uart_writel(port, val, UART_MCTL_REG); in bcm_uart_set_mctrl() 117 bcm_uart_writel(port, val, UART_CTL_REG); in bcm_uart_set_mctrl() 149 bcm_uart_writel(port, val, UART_CTL_REG); in bcm_uart_stop_tx() 153 bcm_uart_writel(port, val, UART_IR_REG); in bcm_uart_stop_tx() 165 bcm_uart_writel(port, val, UART_IR_REG); in bcm_uart_start_tx() 169 bcm_uart_writel(port, val, UART_CTL_REG); in bcm_uart_start_tx() 181 bcm_uart_writel(port, val, UART_IR_REG); in bcm_uart_stop_rx() 193 bcm_uart_writel(port, val, UART_IR_REG); in bcm_uart_enable_ms() 211 bcm_uart_writel(port, val, UART_CTL_REG); in bcm_uart_break_ctl() [all …]
|