Searched refs:ocd_put_packet (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | ocd.c | 58 static void ocd_put_packet (unsigned char *packet, int pktlen); 176 ocd_put_packet (buf, 4); /* Init OCD params */ in ocd_start_remote() 206 ocd_put_packet (buf, 3); in ocd_start_remote() 233 ocd_put_packet (buf, 2); in ocd_start_remote() 238 ocd_put_packet (buf, 2); in ocd_start_remote() 371 ocd_put_packet (buf, 1); in ocd_interrupt() 431 ocd_put_packet (buf, 1); in ocd_wait() 478 ocd_put_packet (buf, 5); in ocd_read_bdm_registers() 533 ocd_put_packet (buf, 4 + reglen); in ocd_write_bdm_registers() 600 ocd_put_packet (buf, 8 + numbytes); in ocd_write_bytes() [all …]
|