Lines Matching full:scr
58 /* SCR register bitmasks */
138 unsigned char scr; member
290 if (up->scr & OMAP_UART_SCR_TX_EMPTY) { in serial_omap_stop_tx()
298 up->scr &= ~OMAP_UART_SCR_TX_EMPTY; in serial_omap_stop_tx()
299 serial_out(up, UART_OMAP_SCR, up->scr); in serial_omap_stop_tx()
318 up->scr |= OMAP_UART_SCR_TX_EMPTY; in serial_omap_stop_tx()
319 serial_out(up, UART_OMAP_SCR, up->scr); in serial_omap_stop_tx()
394 up->scr &= ~OMAP_UART_SCR_TX_EMPTY; in serial_omap_start_tx()
395 serial_out(up, UART_OMAP_SCR, up->scr); in serial_omap_start_tx()
903 up->scr = 0; in serial_omap_set_termios()
927 up->scr |= OMAP_UART_SCR_RX_TRIG_GRANU1_MASK; in serial_omap_set_termios()
949 serial_out(up, UART_OMAP_SCR, up->scr); in serial_omap_set_termios()
1376 (up->scr & OMAP_UART_SCR_TX_EMPTY)) { in serial_omap_config_rs485()
1377 up->scr &= ~OMAP_UART_SCR_TX_EMPTY; in serial_omap_config_rs485()
1378 serial_out(up, UART_OMAP_SCR, up->scr); in serial_omap_config_rs485()
1774 serial_out(up, UART_OMAP_SCR, up->scr); in serial_omap_restore_context()