Searched refs:isLock (Results 1 - 5 of 5) sorted by relevance
/device/qemu/arm_virt/liteos_a_mini/board/amba_pl011/ |
H A D | amba_pl011.c | 97 UINT32 UartPutsReg(UINTPTR base, const CHAR *s, UINT32 len, BOOL isLock)
in UartPutsReg() argument 105 if (isLock) {
in UartPutsReg() 116 VOID UartPuts(const CHAR *s, UINT32 len, BOOL isLock)
in UartPuts() argument 119 (VOID)UartPutsReg(base, s, len, isLock);
in UartPuts()
|
/device/qemu/arm_virt/liteos_a/board/amba_pl011/ |
H A D | amba_pl011.c | 97 UINT32 UartPutsReg(UINTPTR base, const CHAR *s, UINT32 len, BOOL isLock)
in UartPutsReg() argument 105 if (isLock) {
in UartPutsReg() 116 VOID UartPuts(const CHAR *s, UINT32 len, BOOL isLock)
in UartPuts() argument 119 (VOID)UartPutsReg(base, s, len, isLock);
in UartPuts()
|
/device/qemu/arm_virt/liteos_a/board/include/soc/ |
H A D | uart.h | 57 extern VOID UartPuts(const CHAR *s, UINT32 len, BOOL isLock); 58 extern UINT32 UartPutsReg(UINTPTR base, const CHAR *s, UINT32 len, BOOL isLock);
|
/device/board/hisilicon/hispark_aries/liteos_a/board/include/hisoc/ |
H A D | uart.h | 118 extern UINT32 UartPutsReg(UINTPTR base, const CHAR *s, UINT32 len, BOOL isLock); 119 extern VOID UartPuts(const CHAR *s, UINT32 len, BOOL isLock);
|
/device/board/hisilicon/hispark_taurus/liteos_a/board/include/hisoc/ |
H A D | uart.h | 125 extern UINT32 UartPutsReg(UINTPTR base, const CHAR *s, UINT32 len, BOOL isLock); 126 extern VOID UartPuts(const CHAR *s, UINT32 len, BOOL isLock);
|
Completed in 2 milliseconds