Searched defs:UART_SET_DLAB (Results 1 – 1 of 1) sorted by relevance
312 #define UART_SET_DLAB(p) /* MMRs not muxed on BF60x */ macro357 #define UART_SET_DLAB(p) /* MMRs not muxed on BF54x */ macro380 #define UART_SET_DLAB(p) do { UART_PUT_LCR(p, UART_GET_LCR(p) | DLAB); SSYNC(); } while (0) macro