aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-arm/pl011-uart.h
diff options
context:
space:
mode:
authorJulien Grall <julien.grall@linaro.org>2013-08-01 17:09:27 +0100
committerIan Campbell <ian.campbell@citrix.com>2013-08-05 10:23:15 +0100
commitc10b492064ad83d6db8d576014cdcbe73f028e50 (patch)
tree304e70cfb629f48f416c03cc0cc2ec4d92361e2e /xen/include/asm-arm/pl011-uart.h
parent33440c3f60b8922d39ff1bc64ba92f5f8d355e37 (diff)
downloadxen-c10b492064ad83d6db8d576014cdcbe73f028e50.tar.gz
xen-c10b492064ad83d6db8d576014cdcbe73f028e50.tar.bz2
xen-c10b492064ad83d6db8d576014cdcbe73f028e50.zip
xen/arm: Use define instead of hardcoded value in debug-pl011
Signed-off-by: Julien Grall <julien.grall@linaro.org> Reviewed-by: Tim Deegan <tim@xen.org>
Diffstat (limited to 'xen/include/asm-arm/pl011-uart.h')
-rw-r--r--xen/include/asm-arm/pl011-uart.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/include/asm-arm/pl011-uart.h b/xen/include/asm-arm/pl011-uart.h
index 8c4edd4a48..3332c51fef 100644
--- a/xen/include/asm-arm/pl011-uart.h
+++ b/xen/include/asm-arm/pl011-uart.h
@@ -45,6 +45,7 @@
/* FR bits */
#define TXFE (1<<7) /* TX FIFO empty */
#define RXFE (1<<4) /* RX FIFO empty */
+#define BUSY (1<<3) /* Transmit is not complete */
/* LCR_H bits */
#define SPS (1<<7) /* Stick parity select */