|
@@ -5,10 +5,7 @@
|
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
|
* published by the Free Software Foundation.
|
|
* published by the Free Software Foundation.
|
|
|
*
|
|
*
|
|
|
- * Derived from arch/arm/mach-davinci/include/mach/debug-macro.S to use 32-bit
|
|
|
|
|
- * accesses to the 8250.
|
|
|
|
|
*/
|
|
*/
|
|
|
-#include <linux/serial_reg.h>
|
|
|
|
|
|
|
|
|
|
#define UART_SHIFT 2
|
|
#define UART_SHIFT 2
|
|
|
#define PICOXCELL_UART1_BASE 0x80230000
|
|
#define PICOXCELL_UART1_BASE 0x80230000
|
|
@@ -19,17 +16,4 @@
|
|
|
ldr \rp, =PICOXCELL_UART1_BASE
|
|
ldr \rp, =PICOXCELL_UART1_BASE
|
|
|
.endm
|
|
.endm
|
|
|
|
|
|
|
|
- .macro senduart,rd,rx
|
|
|
|
|
- str \rd, [\rx, #UART_TX << UART_SHIFT]
|
|
|
|
|
- .endm
|
|
|
|
|
-
|
|
|
|
|
- .macro busyuart,rd,rx
|
|
|
|
|
-1002: ldr \rd, [\rx, #UART_LSR << UART_SHIFT]
|
|
|
|
|
- and \rd, \rd, #UART_LSR_TEMT | UART_LSR_THRE
|
|
|
|
|
- teq \rd, #UART_LSR_TEMT | UART_LSR_THRE
|
|
|
|
|
- bne 1002b
|
|
|
|
|
- .endm
|
|
|
|
|
-
|
|
|
|
|
- /* The UART's don't have any flow control IO's wired up. */
|
|
|
|
|
- .macro waituart,rd,rx
|
|
|
|
|
- .endm
|
|
|
|
|
|
|
+#include "8250_32.S"
|