Searched defs:UART_LCR_DLAB (Results 1 – 9 of 9) sorted by relevance
75 #define UART_LCR_DLAB 0x80 /* Divisor latch access bit */ macro
36 #define UART_LCR_DLAB 0x80 /* Divisor latch access bit */ macro
99 #define UART_LCR_DLAB (BIT(7)) macro
55 #define UART_LCR_DLAB (BIT(7)) macro
88 #define UART_LCR_DLAB 0x80 /**< Divisor latch access bit */ macro
94 #define UART_LCR_DLAB 0x80 /* Divisor latch access bit */ macro
279 #define UART_LCR_DLAB (BIT(7)) macro
1314 #define UART_LCR_DLAB ((uint32_t)0x0080) macro
1879 #define UART_LCR_DLAB UART_LCR_DLAB_Msk macro
Completed in 81 milliseconds