Lines Matching refs:UART_FCR
652 serial_outp(up, UART_FCR, UART_FCR_ENABLE_FIFO); in sunsu_startup()
653 serial_outp(up, UART_FCR, UART_FCR_ENABLE_FIFO | in sunsu_startup()
655 serial_outp(up, UART_FCR, 0); in sunsu_startup()
757 serial_outp(up, UART_FCR, UART_FCR_ENABLE_FIFO | in sunsu_shutdown()
760 serial_outp(up, UART_FCR, 0); in sunsu_shutdown()
891 serial_outp(up, UART_FCR, fcr); /* set fcr */ in sunsu_change_speed()
897 serial_outp(up, UART_FCR, UART_FCR_ENABLE_FIFO); in sunsu_change_speed()
899 serial_outp(up, UART_FCR, fcr); /* set fcr */ in sunsu_change_speed()
1101 serial_outp(up, UART_FCR, UART_FCR_ENABLE_FIFO); in sunsu_autoconfig()
1131 serial_outp(up, UART_FCR, in sunsu_autoconfig()
1141 serial_outp(up, UART_FCR, UART_FCR_ENABLE_FIFO); in sunsu_autoconfig()
1143 serial_outp(up, UART_FCR, in sunsu_autoconfig()
1149 serial_outp(up, UART_FCR, UART_FCR_ENABLE_FIFO); in sunsu_autoconfig()
1178 serial_outp(up, UART_FCR, (UART_FCR_ENABLE_FIFO | in sunsu_autoconfig()
1181 serial_outp(up, UART_FCR, 0); in sunsu_autoconfig()