Home
last modified time | relevance | path

Searched refs:UART_SET_DLAB (Results 1 – 1 of 1) sorted by relevance

/arch/blackfin/include/asm/
Dbfin_serial.h313 #define UART_SET_DLAB(p) /* MMRs not muxed on BF60x */ macro
358 #define UART_SET_DLAB(p) /* MMRs not muxed on BF54x */ macro
381 #define UART_SET_DLAB(p) do { UART_PUT_LCR(p, UART_GET_LCR(p) | DLAB); SSYNC(); } while (0) macro