Home
last modified time | relevance | path

Searched refs:utcr3 (Results 1 – 1 of 1) sorted by relevance

/drivers/tty/serial/
Dsa1100.c133 u32 utcr3; in sa1100_stop_tx() local
135 utcr3 = UART_GET_UTCR3(sport); in sa1100_stop_tx()
136 UART_PUT_UTCR3(sport, utcr3 & ~UTCR3_TIE); in sa1100_stop_tx()
147 u32 utcr3; in sa1100_start_tx() local
149 utcr3 = UART_GET_UTCR3(sport); in sa1100_start_tx()
151 UART_PUT_UTCR3(sport, utcr3 | UTCR3_TIE); in sa1100_start_tx()
161 u32 utcr3; in sa1100_stop_rx() local
163 utcr3 = UART_GET_UTCR3(sport); in sa1100_stop_rx()
164 UART_PUT_UTCR3(sport, utcr3 & ~UTCR3_RIE); in sa1100_stop_rx()
322 unsigned int utcr3; in sa1100_break_ctl() local
[all …]