Searched refs:UART010_CR_MSIE (Results 1 – 2 of 2) sorted by relevance
98 cr &= ~UART010_CR_MSIE; in pl010_disable_ms()109 cr |= UART010_CR_MSIE; in pl010_enable_ms()423 old_cr = readb(port->membase + UART010_CR) & ~UART010_CR_MSIE; in pl010_set_termios()426 old_cr |= UART010_CR_MSIE; in pl010_set_termios()
120 #define UART010_CR_MSIE BIT(3) macro
Completed in 6 milliseconds