Home
last modified time | relevance | path

Searched refs:isLock (Results 1 - 5 of 5) sorted by relevance

/device/qemu/arm_virt/liteos_a_mini/board/amba_pl011/
H A Damba_pl011.c97 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 Damba_pl011.c97 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 Duart.h57 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 Duart.h118 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 Duart.h125 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