Home
last modified time | relevance | path

Searched refs:UART_LCR_H (Results 1 - 10 of 10) sorted by relevance

/device/soc/hisilicon/common/platform/uart/
H A Duart_pl011.c168 OSAL_WRITEB(lcrh, port->physBase + UART_LCR_H); in Pl011ConfigLCRH()
185 lcrh = OSAL_READW(port->physBase + UART_LCR_H); in Pl011ConfigIn()
200 OSAL_WRITEB(lcrh, port->physBase + UART_LCR_H); in Pl011ConfigIn()
290 reg_tmp = OSAL_READW(port->physBase + UART_LCR_H); in Pl011ShutDown()
293 OSAL_WRITEW(reg_tmp, port->physBase + UART_LCR_H); in Pl011ShutDown()
H A Duart_pl011.h43 #define UART_LCR_H 0x2C macro
H A Duart_hi35xx.c43 {"UART_LCR_H", PLATFORM_DUMPER_REGISTERL, (void *)(port->physBase + UART_LCR_H)}, in UartDumperDump()
/device/qemu/drivers/uart/
H A Duart_pl011.c169 OSAL_WRITEB(lcrh, port->physBase + UART_LCR_H); in Pl011ConfigLCRH()
186 lcrh = OSAL_READW(port->physBase + UART_LCR_H); in Pl011ConfigIn()
201 OSAL_WRITEB(lcrh, port->physBase + UART_LCR_H); in Pl011ConfigIn()
291 reg_tmp = OSAL_READW(port->physBase + UART_LCR_H); in Pl011ShutDown()
294 OSAL_WRITEW(reg_tmp, port->physBase + UART_LCR_H); in Pl011ShutDown()
H A Duart_pl011.h43 #define UART_LCR_H 0x2C macro
/device/qemu/arm_virt/liteos_a_mini/board/amba_pl011/
H A Damba_pl011.h50 #define UART_LCR_H 0x2C macro
/device/qemu/arm_virt/liteos_a/board/amba_pl011/
H A Damba_pl011.h50 #define UART_LCR_H 0x2C macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/uart/
H A Dhi_uart.c39 #define UART_LCR_H 0x2C macro
452 g_uart_regs_save[port_num].lcr_h = hi_reg_read_val16(udd->phys_base + UART_LCR_H); in hi_uart_lp_save()
476 hi_reg_write16((phys_base + UART_LCR_H), 0); in hi_uart_lp_restore()
481 hi_reg_write16((phys_base + UART_LCR_H), g_uart_regs_save[port_num].lcr_h); in hi_uart_lp_restore()
H A Dserial_dw.h79 #define UART_LCR_H 0x2C macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/fixed/include/
H A Dserial_dw.h28 #define UART_LCR_H 0x2C macro

Completed in 9 milliseconds