debug-macro.S 424 B

1234567891011121314151617
  1. /*
  2. * linux/include/asm-arm/arch-orion/debug-macro.S
  3. *
  4. * Debugging macro include header
  5. *
  6. * This program is free software; you can redistribute it and/or modify
  7. * it under the terms of the GNU General Public License version 2 as
  8. * published by the Free Software Foundation.
  9. */
  10. .macro addruart,rx
  11. mov \rx, #0xf1000000
  12. orr \rx, \rx, #0x00012000
  13. .endm
  14. #define UART_SHIFT 2
  15. #include <asm/hardware/debug-8250.S>