Searched refs:UART_CTRL_RI (Results 1 – 2 of 2) sorted by relevance
70 cr &= ~(UART_CTRL_RI); in apbuart_stop_rx()216 UART_CTRL_RI | UART_CTRL_TI); in apbuart_startup()229 UART_CTRL_RI | UART_CTRL_TI)); in apbuart_shutdown()438 new_cr = old_cr & ~(UART_CTRL_RI | UART_CTRL_TI); in apbuart_console_write()
38 #define UART_CTRL_RI 0x00000004 /* Receiver interrupt enable */ macro