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()422 old_cr = readb(port->membase + UART010_CR) & ~UART010_CR_MSIE; in pl010_set_termios()425 old_cr |= UART010_CR_MSIE; in pl010_set_termios()
115 #define UART010_CR_MSIE 0x0008 macro
Completed in 8 milliseconds