Searched refs:tdi (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/pci/ |
| H A D | tsm.c | 302 struct pci_tdi *tdi; in __pci_tsm_unbind() local 313 tdi = pdev->tsm->tdi; in __pci_tsm_unbind() 314 if (!tdi) in __pci_tsm_unbind() 317 to_pci_tsm_ops(pdev->tsm)->unbind(tdi); in __pci_tsm_unbind() 318 pdev->tsm->tdi = NULL; in __pci_tsm_unbind() 345 struct pci_tdi *tdi; in pci_tsm_bind() local 362 if (pdev->tsm->tdi) { in pci_tsm_bind() 363 if (pdev->tsm->tdi->kvm != kvm) in pci_tsm_bind() 368 tdi = to_pci_tsm_ops(pdev->tsm)->bind(pdev, kvm, tdi_id); in pci_tsm_bind() 369 if (IS_ERR(tdi)) in pci_tsm_bind() [all …]
|
| /linux/include/linux/ |
| H A D | pci-tsm.h | 55 void (*unbind)(struct pci_tdi *tdi); 56 ssize_t (*guest_req)(struct pci_tdi *tdi, 114 struct pci_tdi *tdi; member 214 void pci_tsm_tdi_constructor(struct pci_dev *pdev, struct pci_tdi *tdi,
|
| /linux/drivers/misc/altera-stapl/ |
| H A D | altera-lpt.c | 30 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 D | altera-exprt.h | 17 int netup_jtag_io_lpt(void *device, int tms, int tdi, int read_tdo);
|
| H A D | altera-jtag.c | 437 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()
|
| /linux/include/misc/ |
| H A D | altera.h | 18 int (*jtag_io) (void *dev, int tms, int tdi, int tdo);
|
| /linux/arch/powerpc/boot/ |
| H A D | ppc_asm.h | 66 tdi 0,0,0x48; /* Reverse endian of b . + 8 */ \
|
| /linux/tools/testing/selftests/powerpc/switch_endian/ |
| H A D | switch_endian_test.S | 71 tdi 0, 0, 0x48 // b +8 if the endian was switched
|
| /linux/Documentation/devicetree/bindings/pinctrl/ |
| H A D | img,pistachio-pinctrl.txt | 145 tdi
|
| /linux/arch/arm/boot/dts/nuvoton/ |
| H A D | nuvoton-npcm750-runbmc-olympus.dts | 79 tdi { 80 label = "tdi";
|
| H A D | nuvoton-npcm730-gbs.dts | 518 tdi-gpios = <&gpio7 3 GPIO_ACTIVE_HIGH>;
|
| /linux/tools/testing/selftests/powerpc/primitives/asm/ |
| H A D | ppc_asm.h | 817 * 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/arch/powerpc/include/asm/ |
| H A D | ppc_asm.h | 837 tdi 0,0,0x48; /* Reverse endian of b . + 8 */ \ 857 tdi 0,0,0x48; /* Reverse endian of b . + 8 */ \
|