Home
last modified time | relevance | path

Searched defs:tdi (Results 1 – 25 of 349) sorted by relevance

12345678910>>...14

/dports/devel/papilio-loader/Papilio-Loader-dd111c4/xc3sprog/trunk/
H A Ddebug.cpp50 unsigned char tdi[]={0x3a,0xa3}; in testDebug() local
61 unsigned char tdi[]={0,0,0,0,0,0,0,0}; in testPP() local
80 unsigned char tdi[]={0xfe,0x09}; in getID() local
93 unsigned char tdi[]={0xff,0x01}; in getSwitches() local
H A Diodebug.cpp27 bool IODebug::txrx(bool tms, bool tdi) in txrx()
35 void IODebug::tx(bool tms, bool tdi) in tx()
43 void IODebug::txrx_block(const unsigned char *tdi, unsigned char *tdo, in txrx_block()
H A Diobase.cpp70 void IOBase::shiftTDITDO(const unsigned char *tdi, unsigned char *tdo, in shiftTDITDO()
79 void IOBase::shiftTDI(const unsigned char *tdi, int length, bool last) in shiftTDI()
91 void IOBase::shift(bool tdi, int length, bool last) in shift()
H A Djtag.cpp118 void Jtag::cycleTCK(int n, bool tdi) in cycleTCK()
179 void Jtag::shiftDR(const byte *tdi, byte *tdo, int length, in shiftDR()
241 void Jtag::shiftIR(const byte *tdi, byte *tdo) in shiftIR()
/dports/devel/papilio-loader/Papilio-Loader-dd111c4/xc3sprog/vendor/sourceforge_rev_6/
H A Ddebug.cpp53 unsigned char tdi[]={0x3a,0xa3}; in testDebug() local
66 unsigned char tdi[]={0,0,0,0,0,0,0,0}; in testPP() local
86 unsigned char tdi[]={0xfe,0x09}; in getID() local
99 unsigned char tdi[]={0xff,0x01}; in getSwitches() local
H A Diodebug.cpp27 bool IODebug::txrx(bool tms, bool tdi) in txrx()
35 void IODebug::tx(bool tms, bool tdi) in tx()
H A Diobase.cpp43 void IOBase::shiftTDITDO(const unsigned char *tdi, unsigned char *tdo, int length, bool last) in shiftTDITDO()
68 void IOBase::shiftTDI(const unsigned char *tdi, int length, bool last) in shiftTDI()
135 void IOBase::shift(bool tdi, int length, bool last) in shift()
387 void IOBase::cycleTCK(int n, bool tdi) in cycleTCK()
H A Djtag.cpp67 void Jtag::shiftDR(const byte *tdi, byte *tdo, int length, int align, bool exit) in shiftDR()
92 void Jtag::shiftIR(const byte *tdi, byte *tdo) in shiftIR()
H A Dioftdi.cpp108 bool IOFtdi::txrx(bool tms, bool tdi) in txrx()
135 void IOFtdi::tx(bool tms, bool tdi) in tx()
H A Diobase.h59 virtual bool txrx(bool tms, bool tdi){return false;} in txrx()
60 virtual void tx(bool tms, bool tdi) {} in tx()
/dports/devel/papilio-loader/Papilio-Loader-dd111c4/xc3sprog/vendor/rogerstech_2004/XC3Sprog/
H A Ddebug.cpp46 unsigned char tdi[]={0x3a,0xa3}; in testDebug() local
58 unsigned char tdi[]={0,0,0,0,0,0,0,0}; in testPP() local
78 unsigned char tdi[]={0x09,0xff}; in getID() local
91 unsigned char tdi[]={0x01,0xff}; in getSwitches() local
H A Diobase.cpp32 int IOBase::shiftTDITDO(const unsigned char *tdi, unsigned char *tdo, int length, bool last) in shiftTDITDO()
55 int IOBase::shiftTDI(const unsigned char *tdi, int length, bool last) in shiftTDI()
96 int IOBase::shift(bool tdi, int length, bool last) in shift()
347 void IOBase::cycleTCK(int n, bool tdi) in cycleTCK()
H A Diodebug.cpp27 bool IODebug::txrx(bool tms, bool tdi) in txrx()
35 void IODebug::tx(bool tms, bool tdi) in tx()
H A Dioparport.cpp80 bool IOParport::txrx(bool tms, bool tdi) in txrx()
99 void IOParport::tx(bool tms, bool tdi) in tx()
H A Diobase.h49 virtual bool txrx(bool tms, bool tdi){} in txrx()
50 virtual void tx(bool tms, bool tdi){} in tx()
H A Djtag.cpp66 void Jtag::shiftDR(const byte *tdi, byte *tdo, int length, int align, bool exit) in shiftDR()
91 void Jtag::shiftIR(const byte *tdi, byte *tdo) in shiftIR()
/dports/devel/xc3sprog/xc3sprog-r769/
H A Ddebug.cpp50 unsigned char tdi[]={0x3a,0xa3}; in testDebug() local
61 unsigned char tdi[]={0,0,0,0,0,0,0,0}; in testPP() local
80 unsigned char tdi[]={0xfe,0x09}; in getID() local
93 unsigned char tdi[]={0xff,0x01}; in getSwitches() local
H A Diodebug.cpp27 bool IODebug::txrx(bool tms, bool tdi) in txrx()
35 void IODebug::tx(bool tms, bool tdi) in tx()
43 void IODebug::txrx_block(const unsigned char *tdi, unsigned char *tdo, in txrx_block()
H A Diobase.cpp71 void IOBase::shiftTDITDO(const unsigned char *tdi, unsigned char *tdo, in shiftTDITDO()
80 void IOBase::shiftTDI(const unsigned char *tdi, int length, bool last) in shiftTDI()
92 void IOBase::shift(bool tdi, int length, bool last) in shift()
H A Djtag.cpp119 void Jtag::cycleTCK(int n, bool tdi) in cycleTCK()
135 void Jtag::shiftDR(const byte *tdi, byte *tdo, int length, in shiftDR()
197 void Jtag::shiftIR(const byte *tdi, byte *tdo) in shiftIR()
/dports/devel/papilio-loader/Papilio-Loader-dd111c4/papilio-prog/
H A Diobase.cpp54 void IOBase::shiftTDITDO(const unsigned char *tdi, unsigned char *tdo, int length, bool last) in shiftTDITDO()
63 void IOBase::shiftTDI(const unsigned char *tdi, int length, bool last) in shiftTDI()
75 void IOBase::shift(bool tdi, int length, bool last) in shift()
341 void IOBase::cycleTCK(int n, bool tdi) in cycleTCK()
H A Djtag.cpp90 void Jtag::shiftDR(const byte *tdi, byte *tdo, int length, int align, bool exit) in shiftDR()
116 void Jtag::shiftIR(const byte *tdi, byte *tdo) in shiftIR()
/dports/devel/tinygo/tinygo-0.14.1/lib/CMSIS/CMSIS/DAP/Firmware/Source/
H A DJTAG_DP.c40 #define JTAG_CYCLE_TDI(tdi) \ argument
54 #define JTAG_CYCLE_TDIO(tdi,tdo) \ argument
73 void JTAG_Sequence (uint32_t info, const uint8_t *tdi, uint8_t *tdo) { in JTAG_Sequence()
/dports/cad/openfpgaloader/openFPGALoader-0.6.1/src/
H A Djtag.cpp219 int Jtag::read_write(unsigned char *tdi, unsigned char *tdo, int len, char last) in read_write()
238 int Jtag::shiftDR(unsigned char *tdi, unsigned char *tdo, int drlen, int end_state) in shiftDR()
291 int Jtag::shiftIR(unsigned char tdi, int irlen, int end_state) in shiftIR()
300 int Jtag::shiftIR(unsigned char *tdi, unsigned char *tdo, int irlen, int end_state) in shiftIR()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/lib/white_rabbit/wr_cores_v4_2/ip_cores/general-cores/modules/wishbone/wb_lm32/platform/generic/
H A Djtag_tap.v3 output tdi, port

12345678910>>...14