Lines Matching refs:UART_FCR
642 serial_outp(up, UART_FCR, UART_FCR_ENABLE_FIFO); in sunsu_startup()
643 serial_outp(up, UART_FCR, UART_FCR_ENABLE_FIFO | in sunsu_startup()
645 serial_outp(up, UART_FCR, 0); in sunsu_startup()
746 serial_outp(up, UART_FCR, UART_FCR_ENABLE_FIFO | in sunsu_shutdown()
749 serial_outp(up, UART_FCR, 0); in sunsu_shutdown()
879 serial_outp(up, UART_FCR, fcr); /* set fcr */ in sunsu_change_speed()
885 serial_outp(up, UART_FCR, UART_FCR_ENABLE_FIFO); in sunsu_change_speed()
887 serial_outp(up, UART_FCR, fcr); /* set fcr */ in sunsu_change_speed()
1088 serial_outp(up, UART_FCR, UART_FCR_ENABLE_FIFO); in sunsu_autoconfig()
1118 serial_outp(up, UART_FCR, in sunsu_autoconfig()
1128 serial_outp(up, UART_FCR, UART_FCR_ENABLE_FIFO); in sunsu_autoconfig()
1130 serial_outp(up, UART_FCR, in sunsu_autoconfig()
1136 serial_outp(up, UART_FCR, UART_FCR_ENABLE_FIFO); in sunsu_autoconfig()
1165 serial_outp(up, UART_FCR, (UART_FCR_ENABLE_FIFO | in sunsu_autoconfig()
1168 serial_outp(up, UART_FCR, 0); in sunsu_autoconfig()