Searched refs:gdbstub_rx_buffer (Results 1 – 9 of 9) sorted by relevance
124 gdbstub_rx_buffer[ix++] = __UART(LSR); in gdbstub_do_rx()125 gdbstub_rx_buffer[ix++] = __UART(RX); in gdbstub_do_rx()165 st = gdbstub_rx_buffer[ix++]; in gdbstub_rx_char()166 ch = gdbstub_rx_buffer[ix++]; in gdbstub_rx_char()
173 volatile u8 gdbstub_rx_buffer[PAGE_SIZE] __attribute__((aligned(PAGE_SIZE))); variable
130 ch = gdbstub_rx_buffer[ix++]; in gdbstub_io_rx_char()131 st = gdbstub_rx_buffer[ix++]; in gdbstub_io_rx_char()
50 movbu d3,(gdbstub_rx_buffer+1,a2)51 movbu d2,(gdbstub_rx_buffer,a2)
54 movbu d3,(gdbstub_rx_buffer+1,a2)55 movbu d2,(gdbstub_rx_buffer,a2)
212 ch = gdbstub_rx_buffer[ix++]; in gdbstub_io_rx_char()213 st = gdbstub_rx_buffer[ix++]; in gdbstub_io_rx_char()
154 u8 gdbstub_rx_buffer[PAGE_SIZE] __attribute__((aligned(PAGE_SIZE))); variable
102 extern volatile u8 gdbstub_rx_buffer[PAGE_SIZE];
140 extern u8 gdbstub_rx_buffer[PAGE_SIZE];