Searched refs:GDBPORT_SERIAL_TX (Results 1 – 4 of 4) sorted by relevance
66 #define GDBPORT_SERIAL_TX __SYSREG(SERIAL_PORT0_BASE_ADDRESS + UART_TX * 4, u8) macro81 #define GDBPORT_SERIAL_TX __SYSREG(SERIAL_PORT1_BASE_ADDRESS + UART_TX * 4, u8) macro127 GDBPORT_SERIAL_TX = 0x0d; in __debug_to_serial()131 GDBPORT_SERIAL_TX = ch; in __debug_to_serial()
63 #define GDBPORT_SERIAL_TX __SYSREG(SERIAL_PORT0_BASE_ADDRESS + UART_TX * 2, u8) macro105 GDBPORT_SERIAL_TX = 0x0d; in __debug_to_serial()109 GDBPORT_SERIAL_TX = ch; in __debug_to_serial()
157 GDBPORT_SERIAL_TX = 0x0d; in gdbstub_io_tx_char()161 GDBPORT_SERIAL_TX = ch; in gdbstub_io_tx_char()
57 #define GDBPORT_SERIAL_TX __SYSREG(SERIAL_PORT0_BASE_ADDRESS + UART_TX * 4, u8) macro