Lines Matching refs:scr
149 unsigned char scr; member
304 if (up->scr & OMAP_UART_SCR_TX_EMPTY) { in serial_omap_stop_tx()
312 up->scr &= ~OMAP_UART_SCR_TX_EMPTY; in serial_omap_stop_tx()
313 serial_out(up, UART_OMAP_SCR, up->scr); in serial_omap_stop_tx()
331 up->scr |= OMAP_UART_SCR_TX_EMPTY; in serial_omap_stop_tx()
332 serial_out(up, UART_OMAP_SCR, up->scr); in serial_omap_stop_tx()
420 up->scr &= ~OMAP_UART_SCR_TX_EMPTY; in serial_omap_start_tx()
421 serial_out(up, UART_OMAP_SCR, up->scr); in serial_omap_start_tx()
944 up->scr = 0; in serial_omap_set_termios()
968 up->scr |= OMAP_UART_SCR_RX_TRIG_GRANU1_MASK; in serial_omap_set_termios()
990 serial_out(up, UART_OMAP_SCR, up->scr); in serial_omap_set_termios()
1387 (up->scr & OMAP_UART_SCR_TX_EMPTY)) { in serial_omap_config_rs485()
1388 up->scr &= ~OMAP_UART_SCR_TX_EMPTY; in serial_omap_config_rs485()
1389 serial_out(up, UART_OMAP_SCR, up->scr); in serial_omap_config_rs485()
1792 serial_out(up, UART_OMAP_SCR, up->scr); in serial_omap_restore_context()