Lines Matching refs:scr
148 unsigned char scr; member
319 if (up->scr & OMAP_UART_SCR_TX_EMPTY) { in serial_omap_stop_tx()
327 up->scr &= ~OMAP_UART_SCR_TX_EMPTY; in serial_omap_stop_tx()
328 serial_out(up, UART_OMAP_SCR, up->scr); in serial_omap_stop_tx()
346 up->scr |= OMAP_UART_SCR_TX_EMPTY; in serial_omap_stop_tx()
347 serial_out(up, UART_OMAP_SCR, up->scr); in serial_omap_stop_tx()
435 up->scr &= ~OMAP_UART_SCR_TX_EMPTY; in serial_omap_start_tx()
436 serial_out(up, UART_OMAP_SCR, up->scr); in serial_omap_start_tx()
962 up->scr = 0; in serial_omap_set_termios()
986 up->scr |= OMAP_UART_SCR_RX_TRIG_GRANU1_MASK; in serial_omap_set_termios()
1008 serial_out(up, UART_OMAP_SCR, up->scr); in serial_omap_set_termios()
1412 (up->scr & OMAP_UART_SCR_TX_EMPTY)) { in serial_omap_config_rs485()
1413 up->scr &= ~OMAP_UART_SCR_TX_EMPTY; in serial_omap_config_rs485()
1414 serial_out(up, UART_OMAP_SCR, up->scr); in serial_omap_config_rs485()
1817 serial_out(up, UART_OMAP_SCR, up->scr); in serial_omap_restore_context()