Searched refs:UART_LSB (Results 1 – 5 of 5) sorted by relevance
45 UART_LSB(uart_dev->base) = brtc & 0xff; in ls2k_uart_set_buad()47 …if (((((short)UART_MSB(uart_dev->base)) << 8) | UART_LSB(uart_dev->base)) != brtc) ret = -RT_ERROR; in ls2k_uart_set_buad()
27 #define UART_LSB(base) HWREG8(base + 0x00) macro
44 #define UART_LSB(base) HWREG8(base + 0x00) macro
Completed in 6 milliseconds