Lines Matching refs:bcm_uart_writel

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()
251 bcm_uart_writel(port, val, UART_CTL_REG); in bcm_uart_do_rx()
314 bcm_uart_writel(port, ch, UART_FIFO_REG), in bcm_uart_do_tx()
322 bcm_uart_writel(port, val, UART_IR_REG); in bcm_uart_do_tx()
371 bcm_uart_writel(port, val, UART_CTL_REG); in bcm_uart_enable()
384 bcm_uart_writel(port, val, UART_CTL_REG); in bcm_uart_disable()
397 bcm_uart_writel(port, val, UART_CTL_REG); in bcm_uart_flush()
414 bcm_uart_writel(port, 0, UART_IR_REG); in bcm_uart_startup()
425 bcm_uart_writel(port, val, UART_MCTL_REG); in bcm_uart_startup()
431 bcm_uart_writel(port, val, UART_CTL_REG); in bcm_uart_startup()
437 bcm_uart_writel(port, val, UART_EXTINP_REG); in bcm_uart_startup()
444 bcm_uart_writel(port, UART_RX_INT_MASK, UART_IR_REG); in bcm_uart_startup()
457 bcm_uart_writel(port, 0, UART_IR_REG); in bcm_uart_shutdown()
516 bcm_uart_writel(port, ctl, UART_CTL_REG); in bcm_uart_set_termios()
521 bcm_uart_writel(port, quot, UART_BAUD_REG); in bcm_uart_set_termios()
530 bcm_uart_writel(port, ier, UART_IR_REG); in bcm_uart_set_termios()
631 bcm_uart_writel(port, c, UART_FIFO_REG); in bcm_uart_poll_put_char()
697 bcm_uart_writel(port, ch, UART_FIFO_REG); in bcm_console_putchar()