Lines Matching refs:scr
139 unsigned char scr; member
291 if (up->scr & OMAP_UART_SCR_TX_EMPTY) { in serial_omap_stop_tx()
299 up->scr &= ~OMAP_UART_SCR_TX_EMPTY; in serial_omap_stop_tx()
300 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()
396 up->scr &= ~OMAP_UART_SCR_TX_EMPTY; in serial_omap_start_tx()
397 serial_out(up, UART_OMAP_SCR, up->scr); in serial_omap_start_tx()
891 up->scr = 0; in serial_omap_set_termios()
915 up->scr |= OMAP_UART_SCR_RX_TRIG_GRANU1_MASK; in serial_omap_set_termios()
937 serial_out(up, UART_OMAP_SCR, up->scr); in serial_omap_set_termios()
1354 (up->scr & OMAP_UART_SCR_TX_EMPTY)) { in serial_omap_config_rs485()
1355 up->scr &= ~OMAP_UART_SCR_TX_EMPTY; in serial_omap_config_rs485()
1356 serial_out(up, UART_OMAP_SCR, up->scr); in serial_omap_config_rs485()
1762 serial_out(up, UART_OMAP_SCR, up->scr); in serial_omap_restore_context()