aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/jtag.h
diff options
context:
space:
mode:
authorØyvind Harboe <oyvind.harboe@zylin.com>2011-12-13 23:28:10 +0100
committerSpencer Oliver <spen@spen-soft.co.uk>2011-12-20 16:56:52 +0000
commitcb90d32e386a7489d31136997209c61e9559ff5e (patch)
tree2fdf062735de235ce51abdff9dbcc880a161f86f /src/jtag/jtag.h
parent991ed5a2b657e660f744eefddb084724e52938ea (diff)
downloadriscv-openocd-cb90d32e386a7489d31136997209c61e9559ff5e.zip
riscv-openocd-cb90d32e386a7489d31136997209c61e9559ff5e.tar.gz
riscv-openocd-cb90d32e386a7489d31136997209c61e9559ff5e.tar.bz2
jtag: retire jtag_alloc_in_value32
no longer used after arm7/9tdmi.c stopped using it. Change-Id: I65bfe67641970e63e8276cbd378aa68f5701a8d9 Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com> Reviewed-on: http://openocd.zylin.com/263 Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
Diffstat (limited to 'src/jtag/jtag.h')
-rw-r--r--src/jtag/jtag.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/jtag/jtag.h b/src/jtag/jtag.h
index a3ce371..1476150 100644
--- a/src/jtag/jtag.h
+++ b/src/jtag/jtag.h
@@ -372,17 +372,6 @@ void jtag_add_plain_ir_scan(int num_bits, const uint8_t *out_bits, uint8_t *in_b
/**
- * Set in_value to point to 32 bits of memory to scan into. This
- * function is a way to handle the case of synchronous and asynchronous
- * JTAG queues.
- *
- * In the event of an asynchronous queue execution the queue buffer
- * allocation method is used, for the synchronous case the temporary 32
- * bits come from the input field itself.
- */
-void jtag_alloc_in_value32(struct scan_field *field);
-
-/**
* Generate a DR SCAN using the fields passed to the function.
* For connected TAPs, the function checks in_fields and uses fields
* specified there. For bypassed TAPs, the function generates a dummy