Searched refs:UART_DM_CR (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/uart/
H A Duart_dev_msm.c196 SETREG(bas, UART_DM_CR, UART_DM_RESET_TX);
197 SETREG(bas, UART_DM_CR, UART_DM_RESET_RX);
198 SETREG(bas, UART_DM_CR, UART_DM_RESET_ERROR_STATUS);
199 SETREG(bas, UART_DM_CR, UART_DM_RESET_BREAK_INT);
200 SETREG(bas, UART_DM_CR, UART_DM_RESET_STALE_INT);
206 uart_setreg(bas, UART_DM_CR, UART_DM_CR_RX_ENABLE);
207 uart_setreg(bas, UART_DM_CR, UART_DM_CR_TX_ENABLE);
239 SETREG(bas, UART_DM_CR, UART_DM_CLEAR_TX_READY);
275 uart_setreg(bas, UART_DM_CR, UART_DM_RESET_ERROR_STATUS);
408 SETREG(bas, UART_DM_CR, UART_DM_RESET_STALE_IN
[all...]
H A Duart_dev_msm.h88 #define UART_DM_CR 0x10 macro
94 /* UART_DM_CR channel command bit value (register field is bits 8:4) */

Completed in 128 milliseconds