Lines Matching refs:bcm_uart_writel
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()
258 bcm_uart_writel(port, val, UART_CTL_REG); in bcm_uart_do_rx()
319 bcm_uart_writel(port, port->x_char, UART_FIFO_REG); in bcm_uart_do_tx()
342 bcm_uart_writel(port, c, UART_FIFO_REG); in bcm_uart_do_tx()
360 bcm_uart_writel(port, val, UART_IR_REG); in bcm_uart_do_tx()
407 bcm_uart_writel(port, val, UART_CTL_REG); in bcm_uart_enable()
420 bcm_uart_writel(port, val, UART_CTL_REG); in bcm_uart_disable()
433 bcm_uart_writel(port, val, UART_CTL_REG); in bcm_uart_flush()
450 bcm_uart_writel(port, 0, UART_IR_REG); in bcm_uart_startup()
461 bcm_uart_writel(port, val, UART_MCTL_REG); in bcm_uart_startup()
467 bcm_uart_writel(port, val, UART_CTL_REG); in bcm_uart_startup()
473 bcm_uart_writel(port, val, UART_EXTINP_REG); in bcm_uart_startup()
480 bcm_uart_writel(port, UART_RX_INT_MASK, UART_IR_REG); in bcm_uart_startup()
493 bcm_uart_writel(port, 0, UART_IR_REG); in bcm_uart_shutdown()
548 bcm_uart_writel(port, ctl, UART_CTL_REG); in bcm_uart_set_termios()
553 bcm_uart_writel(port, quot, UART_BAUD_REG); in bcm_uart_set_termios()
562 bcm_uart_writel(port, ier, UART_IR_REG); in bcm_uart_set_termios()
691 bcm_uart_writel(port, ch, UART_FIFO_REG); in bcm_console_putchar()