Lines Matching refs:UART_FCR
644 serial_outp(up, UART_FCR, UART_FCR_ENABLE_FIFO); in sunsu_startup()
645 serial_outp(up, UART_FCR, UART_FCR_ENABLE_FIFO | in sunsu_startup()
647 serial_outp(up, UART_FCR, 0); in sunsu_startup()
749 serial_outp(up, UART_FCR, UART_FCR_ENABLE_FIFO | in sunsu_shutdown()
752 serial_outp(up, UART_FCR, 0); in sunsu_shutdown()
883 serial_outp(up, UART_FCR, fcr); /* set fcr */ in sunsu_change_speed()
889 serial_outp(up, UART_FCR, UART_FCR_ENABLE_FIFO); in sunsu_change_speed()
891 serial_outp(up, UART_FCR, fcr); /* set fcr */ in sunsu_change_speed()
1093 serial_outp(up, UART_FCR, UART_FCR_ENABLE_FIFO); in sunsu_autoconfig()
1123 serial_outp(up, UART_FCR, in sunsu_autoconfig()
1133 serial_outp(up, UART_FCR, UART_FCR_ENABLE_FIFO); in sunsu_autoconfig()
1135 serial_outp(up, UART_FCR, in sunsu_autoconfig()
1141 serial_outp(up, UART_FCR, UART_FCR_ENABLE_FIFO); in sunsu_autoconfig()
1170 serial_outp(up, UART_FCR, (UART_FCR_ENABLE_FIFO | in sunsu_autoconfig()
1173 serial_outp(up, UART_FCR, 0); in sunsu_autoconfig()