Searched refs:UART_DLH (Results 1 – 7 of 7) sorted by relevance
22 #define UART_DLH (0X04) macro
204 writel((val >> 8) & 0xff, addr + UART_DLH); in uart_configure()
16 #define UART_DLH(base) (base + 0x4) macro64 #define UART_DLH_REG(base) REG16(UART_DLH(base))
26 #define UART_DLH (0x04) /* diviso latch high register */ macro157 write32(uart_base + UART_DLH, dlh); in _uart_init()
47 #define UART_DLH (0x04) /* diviso latch high register */ macro
295 hal_writeb(uart_priv->dlh, uart_base + UART_DLH); in uart_set_baudrate()
227 #define UART_DLH (0x04) /* diviso latch high register */ macro460 hal_writeb(quot >> 8, uart_base + UART_DLH); in uart_set_baudrate()
Completed in 19 milliseconds