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

/linux-4.4.14/arch/arm/mach-clps711x/include/mach/
H A Duncompress.h30 #define phys_reg(x) (*(volatile u32 *)(CLPS711X_PHYS_BASE + (x))) macro
41 while (phys_reg(SYSFLGx) & SYSFLG_UTXFF) putc()
43 phys_reg(UARTDRx) = c; putc()
48 while (phys_reg(SYSFLGx) & SYSFLG_UBUSY) flush()

Completed in 34 milliseconds