Lines Matching refs:scr
138 unsigned char scr; member
293 if (up->scr & OMAP_UART_SCR_TX_EMPTY) { in serial_omap_stop_tx()
301 up->scr &= ~OMAP_UART_SCR_TX_EMPTY; in serial_omap_stop_tx()
302 serial_out(up, UART_OMAP_SCR, up->scr); in serial_omap_stop_tx()
320 up->scr |= OMAP_UART_SCR_TX_EMPTY; in serial_omap_stop_tx()
321 serial_out(up, UART_OMAP_SCR, up->scr); in serial_omap_stop_tx()
409 up->scr &= ~OMAP_UART_SCR_TX_EMPTY; in serial_omap_start_tx()
410 serial_out(up, UART_OMAP_SCR, up->scr); in serial_omap_start_tx()
934 up->scr = 0; in serial_omap_set_termios()
958 up->scr |= OMAP_UART_SCR_RX_TRIG_GRANU1_MASK; in serial_omap_set_termios()
980 serial_out(up, UART_OMAP_SCR, up->scr); in serial_omap_set_termios()
1431 (up->scr & OMAP_UART_SCR_TX_EMPTY)) { in serial_omap_config_rs485()
1432 up->scr &= ~OMAP_UART_SCR_TX_EMPTY; in serial_omap_config_rs485()
1433 serial_out(up, UART_OMAP_SCR, up->scr); in serial_omap_config_rs485()
1840 serial_out(up, UART_OMAP_SCR, up->scr); in serial_omap_restore_context()