Lines Matching refs:UART_FCR
621 serial_out(up, UART_FCR, UART_FCR_ENABLE_FIFO); in sunsu_startup()
622 serial_out(up, UART_FCR, UART_FCR_ENABLE_FIFO | in sunsu_startup()
624 serial_out(up, UART_FCR, 0); in sunsu_startup()
726 serial_out(up, UART_FCR, UART_FCR_ENABLE_FIFO | in sunsu_shutdown()
729 serial_out(up, UART_FCR, 0); in sunsu_shutdown()
858 serial_out(up, UART_FCR, fcr); /* set fcr */ in sunsu_change_speed()
864 serial_out(up, UART_FCR, UART_FCR_ENABLE_FIFO); in sunsu_change_speed()
866 serial_out(up, UART_FCR, fcr); /* set fcr */ in sunsu_change_speed()
1068 serial_out(up, UART_FCR, UART_FCR_ENABLE_FIFO); in sunsu_autoconfig()
1098 serial_out(up, UART_FCR, in sunsu_autoconfig()
1108 serial_out(up, UART_FCR, UART_FCR_ENABLE_FIFO); in sunsu_autoconfig()
1110 serial_out(up, UART_FCR, in sunsu_autoconfig()
1116 serial_out(up, UART_FCR, UART_FCR_ENABLE_FIFO); in sunsu_autoconfig()
1145 serial_out(up, UART_FCR, (UART_FCR_ENABLE_FIFO | in sunsu_autoconfig()
1148 serial_out(up, UART_FCR, 0); in sunsu_autoconfig()