Searched refs:tms (Results 1 – 13 of 13) sorted by relevance
/Linux-v6.1/drivers/misc/altera-stapl/ |
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()
|
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()
|
D | altera-exprt.h | 17 int netup_jtag_io_lpt(void *device, int tms, int tdi, int read_tdo);
|
/Linux-v6.1/include/uapi/linux/ |
D | times.h | 7 struct tms { struct
|
/Linux-v6.1/include/misc/ |
D | altera.h | 18 int (*jtag_io) (void *dev, int tms, int tdi, int tdo);
|
/Linux-v6.1/kernel/ |
D | sys.c | 992 static void do_sys_times(struct tms *tms) in do_sys_times() argument 999 tms->tms_utime = nsec_to_clock_t(tgutime); in do_sys_times() 1000 tms->tms_stime = nsec_to_clock_t(tgstime); in do_sys_times() 1001 tms->tms_cutime = nsec_to_clock_t(cutime); in do_sys_times() 1002 tms->tms_cstime = nsec_to_clock_t(cstime); in do_sys_times() 1005 SYSCALL_DEFINE1(times, struct tms __user *, tbuf) in SYSCALL_DEFINE1() 1008 struct tms tmp; in SYSCALL_DEFINE1() 1011 if (copy_to_user(tbuf, &tmp, sizeof(struct tms))) in SYSCALL_DEFINE1() 1027 struct tms tms; in COMPAT_SYSCALL_DEFINE1() local 1030 do_sys_times(&tms); in COMPAT_SYSCALL_DEFINE1() [all …]
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | nuvoton-npcm750-runbmc-olympus.dts | 90 tms { 91 label = "tms";
|
D | nuvoton-npcm730-gbs.dts | 520 tms-gpios = <&gpio7 6 GPIO_ACTIVE_HIGH>;
|
/Linux-v6.1/Documentation/devicetree/bindings/pinctrl/ |
D | img,pistachio-pinctrl.txt | 146 tms
|
/Linux-v6.1/drivers/video/fbdev/ |
D | cg14.c | 104 u8 tms[2]; /* Test Mode Status Regs */ member
|
/Linux-v6.1/drivers/media/pci/cx23885/ |
D | cx23885-cards.c | 2079 static int netup_jtag_io(void *device, int tms, int tdi, int read_tdo) in netup_jtag_io() argument 2086 data |= (tms ? 0x00020002 : 0x00020000); in netup_jtag_io()
|
/Linux-v6.1/include/linux/ |
D | syscalls.h | 55 struct tms; 754 asmlinkage long sys_times(struct tms __user *tbuf);
|
/Linux-v6.1/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 706 struct tms timebuf; in TEST_SIGNAL()
|