Lines Matching refs:UART_FCR
651 serial_outp(up, UART_FCR, UART_FCR_ENABLE_FIFO); in sunsu_startup()
652 serial_outp(up, UART_FCR, UART_FCR_ENABLE_FIFO | in sunsu_startup()
654 serial_outp(up, UART_FCR, 0); in sunsu_startup()
756 serial_outp(up, UART_FCR, UART_FCR_ENABLE_FIFO | in sunsu_shutdown()
759 serial_outp(up, UART_FCR, 0); in sunsu_shutdown()
890 serial_outp(up, UART_FCR, fcr); /* set fcr */ in sunsu_change_speed()
896 serial_outp(up, UART_FCR, UART_FCR_ENABLE_FIFO); in sunsu_change_speed()
898 serial_outp(up, UART_FCR, fcr); /* set fcr */ in sunsu_change_speed()
1100 serial_outp(up, UART_FCR, UART_FCR_ENABLE_FIFO); in sunsu_autoconfig()
1130 serial_outp(up, UART_FCR, in sunsu_autoconfig()
1140 serial_outp(up, UART_FCR, UART_FCR_ENABLE_FIFO); in sunsu_autoconfig()
1142 serial_outp(up, UART_FCR, in sunsu_autoconfig()
1148 serial_outp(up, UART_FCR, UART_FCR_ENABLE_FIFO); in sunsu_autoconfig()
1177 serial_outp(up, UART_FCR, (UART_FCR_ENABLE_FIFO | in sunsu_autoconfig()
1180 serial_outp(up, UART_FCR, 0); in sunsu_autoconfig()