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

/linux-master/drivers/misc/altera-stapl/
H A Daltera-exprt.h17 int netup_jtag_io_lpt(void *device, int tms, int tdi, int read_tdo);
H A Daltera-lpt.c30 int netup_jtag_io_lpt(void *device, int tms, int tdi, int read_tdo) argument
42 data = ((tdi ? 0x40 : 0) | (tms ? 0x02 : 0));
H A Daltera-jtag.c437 u8 *tdi,
477 tdi[i >> 3] & (1 << (i & 7)),
498 u8 *tdi,
541 tdi[i >> 3] & (1 << (i & 7)),
434 alt_jtag_drscan(struct altera_state *astate, int start_state, int count, u8 *tdi, u8 *tdo) argument
495 alt_jtag_irscan(struct altera_state *astate, int start_state, int count, u8 *tdi, u8 *tdo) argument
/linux-master/include/misc/
H A Daltera.h18 int (*jtag_io) (void *dev, int tms, int tdi, int tdo);
/linux-master/arch/powerpc/boot/
H A Dppc_asm.h66 tdi 0,0,0x48; /* Reverse endian of b . + 8 */ \
/linux-master/tools/testing/selftests/powerpc/switch_endian/
H A Dswitch_endian_test.S71 tdi 0, 0, 0x48 // b +8 if the endian was switched
/linux-master/arch/powerpc/include/asm/
H A Dppc_asm.h817 * This starts with a "tdi 0,0,0x48" instruction which is
837 tdi 0,0,0x48; /* Reverse endian of b . + 8 */ \
857 tdi 0,0,0x48; /* Reverse endian of b . + 8 */ \
/linux-master/tools/testing/selftests/powerpc/primitives/asm/
H A Dppc_asm.h817 * This starts with a "tdi 0,0,0x48" instruction which is
837 tdi 0,0,0x48; /* Reverse endian of b . + 8 */ \
857 tdi 0,0,0x48; /* Reverse endian of b . + 8 */ \
/linux-master/drivers/media/pci/cx23885/
H A Dcx23885-cards.c2079 static int netup_jtag_io(void *device, int tms, int tdi, int read_tdo) argument
2091 data |= (tdi ? 0x00008000 : 0);
/linux-master/arch/powerpc/kernel/
H A Dexceptions-64s.S742 tdi 0,0,0x48 // Trap never, or in reverse endian: b . + 8
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_iba7322.c8268 int tdi = inp[pos >> 3] >> (pos & 7); local
8270 val |= ((tdi & 1) << R_TDI_LSB);

Completed in 264 milliseconds