Searched refs:LCR_SET_DLAB (Results 1 – 4 of 4) sorted by relevance
39 #define LCR_SET_DLAB 0x80 /* enable r/w DLR to set the baud rate */ macro
97 addr->LCR |= LCR_SET_DLAB; in csi_usart_config_baudrate()105 addr->LCR &= (~LCR_SET_DLAB); in csi_usart_config_baudrate()
45 #define LCR_SET_DLAB 0x80 /* enable r/w DLR to set the baud rate */ macro
101 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