Lines Matching refs:UART_FCR_ENABLE_FIFO
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()
757 serial_outp(up, UART_FCR, UART_FCR_ENABLE_FIFO | in sunsu_shutdown()
824 fcr = UART_FCR_ENABLE_FIFO | UART_FCR_TRIGGER_1; in sunsu_change_speed()
827 fcr = UART_FCR_ENABLE_FIFO | UART_FCR_TRIGGER_14; in sunsu_change_speed()
830 fcr = UART_FCR_ENABLE_FIFO | UART_FCR_TRIGGER_8; in sunsu_change_speed()
895 if (fcr & UART_FCR_ENABLE_FIFO) { in sunsu_change_speed()
897 serial_outp(up, UART_FCR, UART_FCR_ENABLE_FIFO); in sunsu_change_speed()
1101 serial_outp(up, UART_FCR, UART_FCR_ENABLE_FIFO); in sunsu_autoconfig()
1132 UART_FCR_ENABLE_FIFO | UART_FCR7_64BYTE); in sunsu_autoconfig()
1141 serial_outp(up, UART_FCR, UART_FCR_ENABLE_FIFO); in sunsu_autoconfig()
1144 UART_FCR_ENABLE_FIFO | UART_FCR7_64BYTE); 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()