Home
last modified time | relevance | path

Searched refs:tdi (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/misc/altera-stapl/
H A Daltera-lpt.c30 int netup_jtag_io_lpt(void *device, int tms, int tdi, int read_tdo) in netup_jtag_io_lpt() argument
42 data = ((tdi ? 0x40 : 0) | (tms ? 0x02 : 0)); in netup_jtag_io_lpt()
H A Daltera-exprt.h17 int netup_jtag_io_lpt(void *device, int tms, int tdi, int read_tdo);
H A Daltera-jtag.c437 u8 *tdi, in alt_jtag_drscan() argument
477 tdi[i >> 3] & (1 << (i & 7)), in alt_jtag_drscan()
498 u8 *tdi, in alt_jtag_irscan() argument
541 tdi[i >> 3] & (1 << (i & 7)), in alt_jtag_irscan()
/OK3568_Linux_fs/kernel/include/misc/
H A Daltera.h18 int (*jtag_io) (void *dev, int tms, int tdi, int tdo);
/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Dppc_asm.h66 tdi 0,0,0x48; /* Reverse endian of b . + 8 */ \
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/switch_endian/
H A Dswitch_endian_test.S71 tdi 0, 0, 0x48 // b +8 if the endian was switched
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-am33xx/
H A Dmux_am43xx.h197 int tdi; member
H A Dmux_am33xx.h156 int tdi; member
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dam335x-draco.dts58 0x1d4 (PIN_INPUT | MUX_MODE0) /* tdi jtag */
/OK3568_Linux_fs/u-boot/board/bosch/shc/
H A Dmux.c108 {OFFSET(tdi), (MODE(0) | RXACTIVE | PULLUP_EN)},
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dppc_asm.h772 tdi 0,0,0x48; /* Reverse endian of b . + 8 */ \
792 tdi 0,0,0x48; /* Reverse endian of b . + 8 */ \
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/primitives/asm/
H A Dppc_asm.h772 tdi 0,0,0x48; /* Reverse endian of b . + 8 */ \
792 tdi 0,0,0x48; /* Reverse endian of b . + 8 */ \
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/
H A Dimg,pistachio-pinctrl.txt145 tdi
/OK3568_Linux_fs/u-boot/board/siemens/rut/
H A Dmux.c227 {OFFSET(tdi), (MODE(0) | RXACTIVE | PULLUP_EN)},
/OK3568_Linux_fs/u-boot/board/siemens/draco/
H A Dmux.c137 {OFFSET(tdi), MODE(7) | RXACTIVE | PULLUDDIS},
/OK3568_Linux_fs/kernel/drivers/media/pci/cx23885/
H A Dcx23885-cards.c2079 static int netup_jtag_io(void *device, int tms, int tdi, int read_tdo) in netup_jtag_io() argument
2091 data |= (tdi ? 0x00008000 : 0); in netup_jtag_io()
/OK3568_Linux_fs/buildroot/board/beagleboneai/patches/uboot/
H A D0001-BeagleBone-AI-support.patch1066 + {TDI, (M0 | PIN_INPUT_PULLUP | SLEWCONTROL)}, /* tdi.tdi */
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A D.ehci-hcd.o.cmd
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/qib/
H A Dqib_iba7322.c8297 int tdi = inp[pos >> 3] >> (pos & 7); in qib_r_shift() local
8299 val |= ((tdi & 1) << R_TDI_LSB); in qib_r_shift()