Searched refs:tms (Results 1 – 11 of 11) sorted by relevance
| /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-jtag.c | 289 int tms; in altera_goto_jstate() local 313 tms = (altera_jtag_path_map[js->jtag_state] & in altera_goto_jstate() 318 alt_jtag_io(tms, TDI_LOW, IGNORE_TDO); in altera_goto_jstate() 320 if (tms) in altera_goto_jstate() 342 int tms; in altera_wait_cycles() local 354 tms = (wait_state == RESET) ? TMS_HIGH : TMS_LOW; in altera_wait_cycles() 357 alt_jtag_io(tms, TDI_LOW, IGNORE_TDO); in altera_wait_cycles()
|
| H A D | altera-exprt.h | 17 int netup_jtag_io_lpt(void *device, int tms, int tdi, int read_tdo);
|
| /linux/include/uapi/linux/ |
| H A D | times.h | 7 struct tms { struct
|
| /linux/include/misc/ |
| H A D | altera.h | 18 int (*jtag_io) (void *dev, int tms, int tdi, int tdo);
|
| /linux/Documentation/devicetree/bindings/pinctrl/ |
| H A D | img,pistachio-pinctrl.txt | 146 tms
|
| /linux/arch/arm/boot/dts/nuvoton/ |
| H A D | nuvoton-npcm750-runbmc-olympus.dts | 90 tms { 91 label = "tms";
|
| H A D | nuvoton-npcm730-gbs.dts | 520 tms-gpios = <&gpio7 6 GPIO_ACTIVE_HIGH>;
|
| /linux/drivers/video/fbdev/ |
| H A D | cg14.c | 98 u8 tms[2]; /* Test Mode Status Regs */ member
|
| /linux/drivers/pinctrl/cix/ |
| H A D | pinctrl-sky1.c | 125 SKY_PINFUNCTION(PINCTRL_PIN(26, "TMS"), tms),
|
| /linux/tools/testing/selftests/seccomp/ |
| H A D | seccomp_bpf.c | 740 struct tms timebuf; in TEST_SIGNAL()
|