Searched refs:tdi (Results 1 - 12 of 12) sorted by relevance

/linux-4.4.14/drivers/misc/altera-stapl/
H A Daltera-lpt.c44 int netup_jtag_io_lpt(void *device, int tms, int tdi, int read_tdo) netup_jtag_io_lpt() argument
56 data = ((tdi ? 0x40 : 0) | (tms ? 0x02 : 0)); netup_jtag_io_lpt()
H A Daltera-exprt.h31 int netup_jtag_io_lpt(void *device, int tms, int tdi, int read_tdo);
H A Daltera-jtag.c451 u8 *tdi, alt_jtag_drscan()
491 tdi[i >> 3] & (1 << (i & 7)), alt_jtag_drscan()
512 u8 *tdi, alt_jtag_irscan()
555 tdi[i >> 3] & (1 << (i & 7)), alt_jtag_irscan()
448 alt_jtag_drscan(struct altera_state *astate, int start_state, int count, u8 *tdi, u8 *tdo) alt_jtag_drscan() argument
509 alt_jtag_irscan(struct altera_state *astate, int start_state, int count, u8 *tdi, u8 *tdo) alt_jtag_irscan() argument
/linux-4.4.14/include/misc/
H A Daltera.h32 int (*jtag_io) (void *dev, int tms, int tdi, int tdo);
/linux-4.4.14/arch/powerpc/boot/
H A Dppc_asm.h66 tdi 0, 0, 0x48; /* Reverse endian of b . + 8 */ \
/linux-4.4.14/arch/powerpc/include/asm/
H A Dppc_asm.h784 * This starts with a "tdi 0,0,0x48" instruction which is
800 tdi 0,0,0x48; /* Reverse endian of b . + 8 */ \
/linux-4.4.14/drivers/pinctrl/
H A Dpinctrl-pistachio.c226 PINCTRL_PIN(PISTACHIO_PIN_TDI, "tdi"),
826 PIN_GROUP(TDI, "tdi"),
H A Dpinctrl-tz1090.c332 PINCTRL_PIN(TZ1090_PIN_TDI, "tdi"),
/linux-4.4.14/drivers/media/pci/cx23885/
H A Dcx23885-cards.c1821 static int netup_jtag_io(void *device, int tms, int tdi, int read_tdo) netup_jtag_io() argument
1833 data |= (tdi ? 0x00008000 : 0); netup_jtag_io()
/linux-4.4.14/arch/powerpc/lib/
H A Dsstep.c773 case 2: /* tdi */ analyse_instr()
/linux-4.4.14/drivers/infiniband/hw/qib/
H A Dqib_iba7322.c8367 int tdi = inp[pos >> 3] >> (pos & 7); qib_r_shift() local
8369 val |= ((tdi & 1) << R_TDI_LSB); qib_r_shift()
/linux-4.4.14/arch/powerpc/xmon/
H A Dppc-opc.c1955 { "tdi", OP(2), OP_MASK, PPC64, { TO, RA, SI } },

Completed in 575 milliseconds