Lines Matching refs:UART_DM_CR
194 SETREG(bas, UART_DM_CR, UART_DM_RESET_TX); in msm_init()
195 SETREG(bas, UART_DM_CR, UART_DM_RESET_RX); in msm_init()
196 SETREG(bas, UART_DM_CR, UART_DM_RESET_ERROR_STATUS); in msm_init()
197 SETREG(bas, UART_DM_CR, UART_DM_RESET_BREAK_INT); in msm_init()
198 SETREG(bas, UART_DM_CR, UART_DM_RESET_STALE_INT); in msm_init()
204 uart_setreg(bas, UART_DM_CR, UART_DM_CR_RX_ENABLE); in msm_init()
205 uart_setreg(bas, UART_DM_CR, UART_DM_CR_TX_ENABLE); in msm_init()
237 SETREG(bas, UART_DM_CR, UART_DM_CLEAR_TX_READY); in msm_putc()
273 uart_setreg(bas, UART_DM_CR, UART_DM_RESET_ERROR_STATUS); in msm_getc()
406 SETREG(bas, UART_DM_CR, UART_DM_RESET_STALE_INT); in msm_bus_receive()
407 SETREG(bas, UART_DM_CR, UART_DM_STALE_EVENT_ENABLE); in msm_bus_receive()
476 SETREG(bas, UART_DM_CR, UART_DM_STALE_EVENT_DISABLE); in msm_bus_ipend()
477 SETREG(bas, UART_DM_CR, UART_DM_RESET_STALE_INT); in msm_bus_ipend()
485 SETREG(bas, UART_DM_CR, UART_DM_CLEAR_TX_READY); in msm_bus_ipend()
541 SETREG(bas, UART_DM_CR, UART_DM_RESET_STALE_INT); in msm_bus_grab()