Lines Matching refs:scr
145 unsigned char scr; member
300 if (up->scr & OMAP_UART_SCR_TX_EMPTY) { in serial_omap_stop_tx()
308 up->scr &= ~OMAP_UART_SCR_TX_EMPTY; in serial_omap_stop_tx()
309 serial_out(up, UART_OMAP_SCR, up->scr); 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()
416 up->scr &= ~OMAP_UART_SCR_TX_EMPTY; in serial_omap_start_tx()
417 serial_out(up, UART_OMAP_SCR, up->scr); in serial_omap_start_tx()
940 up->scr = 0; in serial_omap_set_termios()
964 up->scr |= OMAP_UART_SCR_RX_TRIG_GRANU1_MASK; in serial_omap_set_termios()
986 serial_out(up, UART_OMAP_SCR, up->scr); in serial_omap_set_termios()
1437 (up->scr & OMAP_UART_SCR_TX_EMPTY)) { in serial_omap_config_rs485()
1438 up->scr &= ~OMAP_UART_SCR_TX_EMPTY; in serial_omap_config_rs485()
1439 serial_out(up, UART_OMAP_SCR, up->scr); in serial_omap_config_rs485()
1841 serial_out(up, UART_OMAP_SCR, up->scr); in serial_omap_restore_context()