Searched refs:gdbstub_rx_buffer (Results 1 – 9 of 9) sorted by relevance
123 gdbstub_rx_buffer[ix++] = __UART(LSR); in gdbstub_do_rx()124 gdbstub_rx_buffer[ix++] = __UART(RX); in gdbstub_do_rx()164 st = gdbstub_rx_buffer[ix++]; in gdbstub_rx_char()165 ch = gdbstub_rx_buffer[ix++]; in gdbstub_rx_char()
172 volatile u8 gdbstub_rx_buffer[PAGE_SIZE] __attribute__((aligned(PAGE_SIZE))); variable
129 ch = gdbstub_rx_buffer[ix++]; in gdbstub_io_rx_char()130 st = gdbstub_rx_buffer[ix++]; in gdbstub_io_rx_char()
54 movbu d3,(gdbstub_rx_buffer+1,a2)55 movbu d2,(gdbstub_rx_buffer,a2)
50 movbu d3,(gdbstub_rx_buffer+1,a2)51 movbu d2,(gdbstub_rx_buffer,a2)
211 ch = gdbstub_rx_buffer[ix++]; in gdbstub_io_rx_char()212 st = gdbstub_rx_buffer[ix++]; in gdbstub_io_rx_char()
153 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];