Home
last modified time | relevance | path

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

/bsp/thead-smart/drivers/
A Dck_usart.h39 #define LCR_SET_DLAB 0x80 /* enable r/w DLR to set the baud rate */ macro
A Dck_usart.c97 addr->LCR |= LCR_SET_DLAB; in csi_usart_config_baudrate()
105 addr->LCR &= (~LCR_SET_DLAB); in csi_usart_config_baudrate()
/bsp/ck802/libraries/common/usart/
A Ddw_usart.h45 #define LCR_SET_DLAB 0x80 /* enable r/w DLR to set the baud rate */ macro
A Ddw_usart.c101 addr->LCR |= LCR_SET_DLAB; in dw_usart_set_baudrate()
109 addr->LCR &= (~LCR_SET_DLAB); in dw_usart_set_baudrate()

Completed in 11 milliseconds