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()
315 bcm_uart_writel(port, ch, UART_FIFO_REG), in bcm_uart_do_tx()
323 bcm_uart_writel(port, val, UART_IR_REG); in bcm_uart_do_tx()
372 bcm_uart_writel(port, val, UART_CTL_REG); in bcm_uart_enable()
385 bcm_uart_writel(port, val, UART_CTL_REG); in bcm_uart_disable()
398 bcm_uart_writel(port, val, UART_CTL_REG); in bcm_uart_flush()
415 bcm_uart_writel(port, 0, UART_IR_REG); in bcm_uart_startup()
426 bcm_uart_writel(port, val, UART_MCTL_REG); in bcm_uart_startup()
432 bcm_uart_writel(port, val, UART_CTL_REG); in bcm_uart_startup()
438 bcm_uart_writel(port, val, UART_EXTINP_REG); in bcm_uart_startup()
445 bcm_uart_writel(port, UART_RX_INT_MASK, UART_IR_REG); in bcm_uart_startup()
458 bcm_uart_writel(port, 0, UART_IR_REG); in bcm_uart_shutdown()
517 bcm_uart_writel(port, ctl, UART_CTL_REG); in bcm_uart_set_termios()
522 bcm_uart_writel(port, quot, UART_BAUD_REG); in bcm_uart_set_termios()
531 bcm_uart_writel(port, ier, UART_IR_REG); in bcm_uart_set_termios()
632 bcm_uart_writel(port, c, UART_FIFO_REG); in bcm_uart_poll_put_char()
698 bcm_uart_writel(port, ch, UART_FIFO_REG); in bcm_console_putchar()