Home
last modified time | relevance | path

Searched refs:UART_CR (Results 1 - 12 of 12) sorted by relevance

/device/soc/hisilicon/common/platform/uart/
H A Duart_pl011.c183 cr = OSAL_READW(port->physBase + UART_CR); in Pl011ConfigIn()
187 OSAL_WRITEW(0, port->physBase + UART_CR); in Pl011ConfigIn()
203 OSAL_WRITEW(cr, port->physBase + UART_CR); in Pl011ConfigIn()
213 OSAL_WRITEW(cr, port->physBase + UART_CR); in Pl011ConfigIn()
237 OSAL_WRITEW(0, port->physBase + UART_CR); in Pl011StartUp()
255 cr = OSAL_READW(port->physBase + UART_CR); in Pl011StartUp()
257 OSAL_WRITEL(cr, port->physBase + UART_CR); in Pl011StartUp()
283 reg_tmp = OSAL_READW(port->physBase + UART_CR); in Pl011ShutDown()
287 OSAL_WRITEW(reg_tmp, port->physBase + UART_CR); in Pl011ShutDown()
H A Duart_pl011.h40 #define UART_CR 0x30 /* control register */ macro
H A Duart_hi35xx.c44 {"UART_CR", PLATFORM_DUMPER_REGISTERL, (void *)(port->physBase + UART_CR)}, in UartDumperDump()
/device/qemu/drivers/uart/
H A Duart_pl011.c184 cr = OSAL_READW(port->physBase + UART_CR); in Pl011ConfigIn()
188 OSAL_WRITEW(0, port->physBase + UART_CR); in Pl011ConfigIn()
204 OSAL_WRITEW(cr, port->physBase + UART_CR); in Pl011ConfigIn()
214 OSAL_WRITEW(cr, port->physBase + UART_CR); in Pl011ConfigIn()
238 OSAL_WRITEW(0, port->physBase + UART_CR); in Pl011StartUp()
256 cr = OSAL_READW(port->physBase + UART_CR); in Pl011StartUp()
258 OSAL_WRITEL(cr, port->physBase + UART_CR); in Pl011StartUp()
284 reg_tmp = OSAL_READW(port->physBase + UART_CR); in Pl011ShutDown()
288 OSAL_WRITEW(reg_tmp, port->physBase + UART_CR); in Pl011ShutDown()
H A Duart_pl011.h40 #define UART_CR 0x30 /* control register */ macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/uart/
H A Dhi_uart.c40 #define UART_CR 0x30 macro
453 g_uart_regs_save[port_num].cr = hi_reg_read_val16(udd->phys_base + UART_CR); in hi_uart_lp_save()
474 hi_reg_write16((phys_base + UART_CR), 0); in hi_uart_lp_restore()
488 temp = hi_reg_read_val16(phys_base + UART_CR); in hi_uart_lp_restore()
491 hi_reg_write16(phys_base + UART_CR, temp); /* 14 15 bit */ in hi_uart_lp_restore()
494 temp = hi_reg_read_val16(phys_base + UART_CR); in hi_uart_lp_restore()
496 hi_reg_write16((phys_base + UART_CR), temp); in hi_uart_lp_restore()
H A Dserial_dw.h80 #define UART_CR 0x30 macro
/device/qemu/arm_virt/liteos_a_mini/board/amba_pl011/
H A Damba_pl011.h47 #define UART_CR 0x30 /* control register */ macro
H A Damba_pl011.c177 UARTREG(UART_REG_BASE, UART_CR) = (1 << 8) | (1 << 0); in uart_early_init()
199 UARTREG(UART_REG_BASE, UART_CR) |= (1 << 9); in uart_init()
/device/qemu/arm_virt/liteos_a/board/amba_pl011/
H A Damba_pl011.h47 #define UART_CR 0x30 /* control register */ macro
H A Damba_pl011.c177 UARTREG(UART_REG_BASE, UART_CR) = (1 << 8) | (1 << 0); in uart_early_init()
199 UARTREG(UART_REG_BASE, UART_CR) |= (1 << 9); in uart_init()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/fixed/include/
H A Dserial_dw.h29 #define UART_CR 0x30 macro

Completed in 13 milliseconds