Searched refs:UART_DLL (Results 1 – 17 of 17) sorted by relevance
| /bsp/nxp/lpc/lpc2148/drivers/ |
| A D | serial.c | 31 #define UART_DLL(base) REG8(base + 0x00) macro 331 UART_DLL(lpc_serial->hw_base) = (PCLK/16/lpc_serial->baudrate) & 0xFF; in rt_hw_serial_init() 369 UART_DLL(lpc_serial->hw_base) = (PCLK/16/lpc_serial->baudrate) & 0xFF; in rt_hw_serial_init()
|
| /bsp/nxp/lpc/lpc2478/drivers/ |
| A D | serial.c | 31 #define UART_DLL(base) REG8(base + 0x00) macro 304 UART_DLL(lpc_serial->hw_base) = (PCLK/16/lpc_serial->baudrate) & 0xFF; in rt_hw_serial_init() 342 UART_DLL(lpc_serial->hw_base) = (PCLK/16/lpc_serial->baudrate) & 0xFF; in rt_hw_serial_init()
|
| /bsp/cvitek/drivers/ |
| A D | drv_uart.h | 44 #define UART_DLL 0 /* Out: Divisor Latch Low */ macro
|
| A D | drv_uart.c | 108 dw8250_write32(addr, UART_DLL, baud_divisor & 0xff); in dw8250_uart_setbrg()
|
| /bsp/allwinner_tina/drivers/ |
| A D | drv_uart.h | 21 #define UART_DLL (0X00) macro
|
| A D | drv_uart.c | 203 writel(val & 0xff, addr + UART_DLL); in uart_configure()
|
| /bsp/beaglebone/drivers/ |
| A D | uart_reg.h | 13 #define UART_DLL(base) (base + 0x0) macro 61 #define UART_DLL_REG(base) REG16(UART_DLL(base))
|
| /bsp/rockchip/rk3568/driver/ |
| A D | drv_uart.c | 26 #define UART_DLL 0 /* Out: Divisor Latch Low */ macro 179 dw8250_write32(base, UART_DLL, (rate & 0xff)); in dw8250_uart_configure()
|
| /bsp/k230/drivers/interdrv/uart/ |
| A D | drv_uart.c | 25 #define UART_DLL (0x00) /* divisor latch low register */ macro 155 write32(uart_base + UART_DLL, dll); in _uart_init()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/uart/ |
| A D | uart.h | 46 #define UART_DLL (0x00) /* divisor latch low register */ macro
|
| A D | hal_uart.c | 296 hal_writeb(uart_priv->dll, uart_base + UART_DLL); in uart_set_baudrate()
|
| /bsp/rockchip/rk3500/driver/uart8250/ |
| A D | regs.h | 149 #define UART_DLL 0 /* Out: Divisor Latch Low */ macro
|
| A D | early.c | 60 serial8250_early_out(serial, UART_DLL, divisor & 0xff); in init_serial()
|
| A D | core.c | 232 serial->serial_out(serial, UART_DLL, (divisor & 0xff)); in serial8250_uart_configure()
|
| A D | fiq-debugger.c | 120 rockchip_fiq_write(t, dll, UART_DLL); in fiq_debugger_uart_configure()
|
| /bsp/allwinner/libraries/drivers/ |
| A D | drv_uart.c | 226 #define UART_DLL (0x00) /* divisor latch low register */ macro 461 hal_writeb(quot & 0xFFu, uart_base + UART_DLL); in uart_set_baudrate()
|
| /bsp/wch/arm/ch579m/libraries/StdPeriphDriver/inc/ |
| A D | CH579SFR.h | 953 #define UART_DLL 0x0C macro
|
Completed in 39 milliseconds