Lines Matching refs:UART_FCR
648 serial_outp(up, UART_FCR, UART_FCR_ENABLE_FIFO); in sunsu_startup()
649 serial_outp(up, UART_FCR, UART_FCR_ENABLE_FIFO | in sunsu_startup()
651 serial_outp(up, UART_FCR, 0); in sunsu_startup()
753 serial_outp(up, UART_FCR, UART_FCR_ENABLE_FIFO | in sunsu_shutdown()
756 serial_outp(up, UART_FCR, 0); in sunsu_shutdown()
887 serial_outp(up, UART_FCR, fcr); /* set fcr */ in sunsu_change_speed()
893 serial_outp(up, UART_FCR, UART_FCR_ENABLE_FIFO); in sunsu_change_speed()
895 serial_outp(up, UART_FCR, fcr); /* set fcr */ in sunsu_change_speed()
1097 serial_outp(up, UART_FCR, UART_FCR_ENABLE_FIFO); in sunsu_autoconfig()
1127 serial_outp(up, UART_FCR, in sunsu_autoconfig()
1137 serial_outp(up, UART_FCR, UART_FCR_ENABLE_FIFO); in sunsu_autoconfig()
1139 serial_outp(up, UART_FCR, in sunsu_autoconfig()
1145 serial_outp(up, UART_FCR, UART_FCR_ENABLE_FIFO); in sunsu_autoconfig()
1174 serial_outp(up, UART_FCR, (UART_FCR_ENABLE_FIFO | in sunsu_autoconfig()
1177 serial_outp(up, UART_FCR, 0); in sunsu_autoconfig()