Searched refs:UART_FCR (Results 1 – 3 of 3) sorted by relevance
139 outb(UART_FCR_CLEAR_RCVR, io + UART_FCR); in sir_timeout()306 outb(UART_FCR_ENABLE_FIFO, io + UART_FCR); in init_hardware()
48 #define UART_FCR 2 /* Out: FIFO Control Register */ macro
128 serial_outp(cs, UART_FCR, fcr); in change_speed()150 serial_outp(cs, UART_FCR, (UART_FCR_CLEAR_RCVR | UART_FCR_CLEAR_XMIT)); in mstartup()231 serial_outp(cs, UART_FCR, (UART_FCR_CLEAR_RCVR | UART_FCR_CLEAR_XMIT)); in mshutdown()