Lines Matching refs:bcm_uart_writel

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()
255 bcm_uart_writel(port, val, UART_CTL_REG); in bcm_uart_do_rx()
316 bcm_uart_writel(port, port->x_char, UART_FIFO_REG); in bcm_uart_do_tx()
339 bcm_uart_writel(port, c, UART_FIFO_REG); in bcm_uart_do_tx()
357 bcm_uart_writel(port, val, UART_IR_REG); in bcm_uart_do_tx()
404 bcm_uart_writel(port, val, UART_CTL_REG); in bcm_uart_enable()
417 bcm_uart_writel(port, val, UART_CTL_REG); in bcm_uart_disable()
430 bcm_uart_writel(port, val, UART_CTL_REG); in bcm_uart_flush()
447 bcm_uart_writel(port, 0, UART_IR_REG); in bcm_uart_startup()
458 bcm_uart_writel(port, val, UART_MCTL_REG); in bcm_uart_startup()
464 bcm_uart_writel(port, val, UART_CTL_REG); in bcm_uart_startup()
470 bcm_uart_writel(port, val, UART_EXTINP_REG); in bcm_uart_startup()
477 bcm_uart_writel(port, UART_RX_INT_MASK, UART_IR_REG); in bcm_uart_startup()
490 bcm_uart_writel(port, 0, UART_IR_REG); in bcm_uart_shutdown()
550 bcm_uart_writel(port, ctl, UART_CTL_REG); in bcm_uart_set_termios()
555 bcm_uart_writel(port, quot, UART_BAUD_REG); in bcm_uart_set_termios()
564 bcm_uart_writel(port, ier, UART_IR_REG); in bcm_uart_set_termios()
693 bcm_uart_writel(port, ch, UART_FIFO_REG); in bcm_console_putchar()