Home
last modified time | relevance | path

Searched refs:RESET_SRST_PULLS_TRST (Results 1 – 18 of 18) sorted by relevance

/dports/devel/openocd/openocd-0.11.0/src/jtag/
H A Dadapter.c194 m = RESET_SRST_PULLS_TRST | RESET_TRST_PULLS_SRST; in COMMAND_HANDLER()
198 tmp |= RESET_SRST_PULLS_TRST; in COMMAND_HANDLER()
202 tmp |= RESET_SRST_PULLS_TRST | RESET_TRST_PULLS_SRST; in COMMAND_HANDLER()
305 switch (new_cfg & (RESET_SRST_PULLS_TRST | RESET_TRST_PULLS_SRST)) { in COMMAND_HANDLER()
306 case RESET_SRST_PULLS_TRST: in COMMAND_HANDLER()
312 case RESET_SRST_PULLS_TRST | RESET_TRST_PULLS_SRST: in COMMAND_HANDLER()
H A Dcore.c668 if ((jtag_reset_config & RESET_SRST_PULLS_TRST) != 0 in legacy_jtag_add_reset()
783 if ((jtag_reset_config & RESET_SRST_PULLS_TRST) != 0 in jtag_add_reset()
1722 if ((jtag_reset_config & RESET_SRST_PULLS_TRST) == 0) in jtag_init_reset()
2058 if (jtag_reset_config & RESET_SRST_PULLS_TRST) in adapter_assert_reset()
H A Djtag.h260 RESET_SRST_PULLS_TRST = 0x4, enumerator
/dports/devel/openocd/openocd-0.11.0/src/jtag/drivers/
H A Ddummy.c79 if (trst || (srst && (jtag_get_reset_config() & RESET_SRST_PULLS_TRST))) in dummy_reset()
H A Dbitq.c232 (jtag_get_reset_config() & RESET_SRST_PULLS_TRST))) in bitq_execute_queue()
H A Dft232r.c844 (jtag_get_reset_config() & RESET_SRST_PULLS_TRST))) { in syncbb_execute_queue()
H A Drlink.c1307 (jtag_get_reset_config() & RESET_SRST_PULLS_TRST))) in rlink_execute_queue()
/dports/devel/openocd/openocd-0.11.0/src/target/
H A Dmips_m4k.c283 if ((jtag_get_reset_config() & RESET_SRST_PULLS_TRST) && jtag_get_srst()) { in mips_m4k_halt()
326 if (!(jtag_reset_config & RESET_SRST_PULLS_TRST) && in mips_m4k_assert_reset()
344 if (jtag_reset_config & RESET_SRST_PULLS_TRST) in mips_m4k_assert_reset()
H A Dmips_mips64.c133 if ((jtag_get_reset_config() & RESET_SRST_PULLS_TRST) && jtag_get_srst()) { in mips_mips64_halt()
176 if (jtag_reset_config & RESET_SRST_PULLS_TRST) in mips_mips64_assert_reset()
H A Darm7_9_common.c904 if (!use_event && !(jtag_reset_config & RESET_SRST_PULLS_TRST) in arm7_9_assert_reset()
948 if (jtag_reset_config & RESET_SRST_PULLS_TRST) in arm7_9_assert_reset()
959 if (target->reset_halt && (!(jtag_reset_config & RESET_SRST_PULLS_TRST) || use_event)) { in arm7_9_assert_reset()
1000 if (target->reset_halt && (jtag_reset_config & RESET_SRST_PULLS_TRST) != 0) { in arm7_9_deassert_reset()
H A Davr32_ap7k.c283 if ((jtag_get_reset_config() & RESET_SRST_PULLS_TRST) && jtag_get_srst()) { in avr32_ap7k_halt()
H A Darc.c767 if ((jtag_get_reset_config() & RESET_SRST_PULLS_TRST) && jtag_get_srst()) { in arc_halt()
1088 if (!(jtag_reset_config & RESET_SRST_PULLS_TRST) && in arc_assert_reset()
1096 if (jtag_reset_config & RESET_SRST_PULLS_TRST) in arc_assert_reset()
H A Desirisc.c1136 if ((jtag_get_reset_config() & RESET_SRST_PULLS_TRST) == 0) in esirisc_assert_reset()
H A Ddsp563xx.c1325 if (jtag_reset_config & RESET_SRST_PULLS_TRST) in dsp563xx_assert_reset()
H A Dcortex_m.c693 if ((jtag_get_reset_config() & RESET_SRST_PULLS_TRST) && jtag_get_srst()) { in cortex_m_halt()
/dports/devel/openocd/openocd-0.11.0/src/jtag/aice/
H A Daice_transport.c233 if ((jtag_reset_config & RESET_SRST_PULLS_TRST) == 0) in aice_init_reset()
/dports/devel/openocd/openocd-0.11.0/src/jtag/zy1000/
H A Dzy1000.c204 if (trst || (srst && (jtag_get_reset_config() & RESET_SRST_PULLS_TRST))) { in zy1000_reset()
/dports/devel/openocd/openocd-0.11.0/src/target/openrisc/
H A Dor1k.c593 if ((jtag_get_reset_config() & RESET_SRST_PULLS_TRST) && in or1k_halt()