Home
last modified time | relevance | path

Searched refs:UARTREG (Results 1 – 1 of 1) sorted by relevance

/trusty/kernel/platform/vexpress-a15/
Ddebug.c33 #define UARTREG(reg) (*REG32(UART0 + (reg))) macro
36 UARTREG(DR) = c; in platform_dputc()
41 if (UARTREG(FR) & (1 << 4)) { in platform_dgetc()
45 *c = UARTREG(DR) & 0xff; in platform_dgetc()
48 while ((UARTREG(FR) & (1 << 4))) { in platform_dgetc()
53 *c = UARTREG(DR) & 0xff; in platform_dgetc()