Searched refs:LCR_DLAB (Results 1 - 2 of 2) sorted by relevance

/u-boot/board/nuvoton/common/
H A Duart.c15 #define LCR_DLAB BIT(7) macro
39 setbits_8(uart_reg + UART_LCR, LCR_DLAB);
42 clrbits_8(uart_reg + UART_LCR, LCR_DLAB);
57 setbits_8(uart_reg + UART_LCR, LCR_DLAB);
60 clrbits_8(uart_reg + UART_LCR, LCR_DLAB);
/u-boot/drivers/serial/
H A Dserial_npcm.c38 #define LCR_DLAB BIT(7) /* Divisor latch access bit */ macro
92 setbits_8(&uart->lcr, LCR_DLAB);
95 clrbits_8(&uart->lcr, LCR_DLAB);

Completed in 41 milliseconds