Lines Matching refs:UART_FCR_ENABLE_FIFO
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()
726 serial_out(up, UART_FCR, UART_FCR_ENABLE_FIFO | in sunsu_shutdown()
791 fcr = UART_FCR_ENABLE_FIFO | UART_FCR_TRIGGER_1; in sunsu_change_speed()
794 fcr = UART_FCR_ENABLE_FIFO | UART_FCR_TRIGGER_14; in sunsu_change_speed()
797 fcr = UART_FCR_ENABLE_FIFO | UART_FCR_TRIGGER_8; in sunsu_change_speed()
862 if (fcr & UART_FCR_ENABLE_FIFO) { in sunsu_change_speed()
864 serial_out(up, UART_FCR, UART_FCR_ENABLE_FIFO); in sunsu_change_speed()
1068 serial_out(up, UART_FCR, UART_FCR_ENABLE_FIFO); in sunsu_autoconfig()
1099 UART_FCR_ENABLE_FIFO | UART_FCR7_64BYTE); in sunsu_autoconfig()
1108 serial_out(up, UART_FCR, UART_FCR_ENABLE_FIFO); in sunsu_autoconfig()
1111 UART_FCR_ENABLE_FIFO | UART_FCR7_64BYTE); 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()