Lines Matching refs:scr
148 unsigned char scr; member
320 if (up->scr & OMAP_UART_SCR_TX_EMPTY) { in serial_omap_stop_tx()
328 up->scr &= ~OMAP_UART_SCR_TX_EMPTY; in serial_omap_stop_tx()
329 serial_out(up, UART_OMAP_SCR, up->scr); in serial_omap_stop_tx()
345 up->scr |= OMAP_UART_SCR_TX_EMPTY; in serial_omap_stop_tx()
346 serial_out(up, UART_OMAP_SCR, up->scr); in serial_omap_stop_tx()
434 up->scr &= ~OMAP_UART_SCR_TX_EMPTY; in serial_omap_start_tx()
435 serial_out(up, UART_OMAP_SCR, up->scr); in serial_omap_start_tx()
952 up->scr = 0; in serial_omap_set_termios()
976 up->scr |= OMAP_UART_SCR_RX_TRIG_GRANU1_MASK; in serial_omap_set_termios()
998 serial_out(up, UART_OMAP_SCR, up->scr); in serial_omap_set_termios()
1398 (up->scr & OMAP_UART_SCR_TX_EMPTY)) { in serial_omap_config_rs485()
1399 up->scr &= ~OMAP_UART_SCR_TX_EMPTY; in serial_omap_config_rs485()
1400 serial_out(up, UART_OMAP_SCR, up->scr); in serial_omap_config_rs485()
1828 serial_out(up, UART_OMAP_SCR, up->scr); in serial_omap_restore_context()