Lines Matching refs:scr
138 unsigned char scr; member
295 if (up->scr & OMAP_UART_SCR_TX_EMPTY) { in serial_omap_stop_tx()
303 up->scr &= ~OMAP_UART_SCR_TX_EMPTY; in serial_omap_stop_tx()
304 serial_out(up, UART_OMAP_SCR, up->scr); in serial_omap_stop_tx()
323 up->scr |= OMAP_UART_SCR_TX_EMPTY; in serial_omap_stop_tx()
324 serial_out(up, UART_OMAP_SCR, up->scr); in serial_omap_stop_tx()
407 up->scr &= ~OMAP_UART_SCR_TX_EMPTY; in serial_omap_start_tx()
408 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()
1436 (up->scr & OMAP_UART_SCR_TX_EMPTY)) { in serial_omap_config_rs485()
1437 up->scr &= ~OMAP_UART_SCR_TX_EMPTY; in serial_omap_config_rs485()
1438 serial_out(up, UART_OMAP_SCR, up->scr); in serial_omap_config_rs485()
1845 serial_out(up, UART_OMAP_SCR, up->scr); in serial_omap_restore_context()