Lines Matching refs:UART_FCR_ENABLE_FIFO
651 serial_outp(up, UART_FCR, UART_FCR_ENABLE_FIFO); in sunsu_startup()
652 serial_outp(up, UART_FCR, UART_FCR_ENABLE_FIFO | in sunsu_startup()
756 serial_outp(up, UART_FCR, UART_FCR_ENABLE_FIFO | in sunsu_shutdown()
823 fcr = UART_FCR_ENABLE_FIFO | UART_FCR_TRIGGER_1; in sunsu_change_speed()
826 fcr = UART_FCR_ENABLE_FIFO | UART_FCR_TRIGGER_14; in sunsu_change_speed()
829 fcr = UART_FCR_ENABLE_FIFO | UART_FCR_TRIGGER_8; in sunsu_change_speed()
894 if (fcr & UART_FCR_ENABLE_FIFO) { in sunsu_change_speed()
896 serial_outp(up, UART_FCR, UART_FCR_ENABLE_FIFO); in sunsu_change_speed()
1100 serial_outp(up, UART_FCR, UART_FCR_ENABLE_FIFO); in sunsu_autoconfig()
1131 UART_FCR_ENABLE_FIFO | UART_FCR7_64BYTE); in sunsu_autoconfig()
1140 serial_outp(up, UART_FCR, UART_FCR_ENABLE_FIFO); in sunsu_autoconfig()
1143 UART_FCR_ENABLE_FIFO | UART_FCR7_64BYTE); in sunsu_autoconfig()
1148 serial_outp(up, UART_FCR, UART_FCR_ENABLE_FIFO); in sunsu_autoconfig()
1177 serial_outp(up, UART_FCR, (UART_FCR_ENABLE_FIFO | in sunsu_autoconfig()