/openbmc/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);
|
/openbmc/linux/include/uapi/linux/ |
H A D | times.h | 7 struct tms { struct
|
/openbmc/linux/include/misc/ |
H A D | altera.h | 18 int (*jtag_io) (void *dev, int tms, int tdi, int tdo);
|
/openbmc/linux/kernel/ |
H A D | sys.c | 1010 static void do_sys_times(struct tms *tms) in do_sys_times() argument 1017 tms->tms_utime = nsec_to_clock_t(tgutime); in do_sys_times() 1018 tms->tms_stime = nsec_to_clock_t(tgstime); in do_sys_times() 1019 tms->tms_cutime = nsec_to_clock_t(cutime); in do_sys_times() 1020 tms->tms_cstime = nsec_to_clock_t(cstime); in do_sys_times() 1023 SYSCALL_DEFINE1(times, struct tms __user *, tbuf) in SYSCALL_DEFINE1() 1026 struct tms tmp; in SYSCALL_DEFINE1() 1029 if (copy_to_user(tbuf, &tmp, sizeof(struct tms))) in SYSCALL_DEFINE1() 1045 struct tms tms; in COMPAT_SYSCALL_DEFINE1() local 1048 do_sys_times(&tms); in COMPAT_SYSCALL_DEFINE1() [all …]
|
/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/ |
H A D | mux_am43xx.h | 195 int tms; member
|
H A D | mux_am33xx.h | 155 int tms; member
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/dhrystone/dhrystone-2.1/ |
H A D | dhrystone.patch | 28 struct tms time_info;
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | am335x-draco.dts | 57 0x1d0 (PIN_INPUT | MUX_MODE0) /* tms jtag */
|
/openbmc/u-boot/board/bosch/shc/ |
H A D | mux.c | 106 {OFFSET(tms), (MODE(0) | RXACTIVE | PULLUP_EN)},
|
/openbmc/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>;
|
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | img,pistachio-pinctrl.txt | 146 tms
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | cg14.c | 105 u8 tms[2]; /* Test Mode Status Regs */ member
|
/openbmc/u-boot/board/siemens/rut/ |
H A D | mux.c | 225 {OFFSET(tms), (MODE(0) | RXACTIVE | PULLUP_EN)},
|
/openbmc/u-boot/board/siemens/draco/ |
H A D | mux.c | 135 {OFFSET(tms), MODE(7) | RXACTIVE | PULLUDDIS},
|
/openbmc/linux/drivers/media/pci/cx23885/ |
H A 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()
|
/openbmc/linux/include/linux/ |
H A D | syscalls.h | 55 struct tms; 661 asmlinkage long sys_times(struct tms __user *tbuf);
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 9858 struct tms tms; in _syscall2() local 9859 ret = get_errno(times(&tms)); in _syscall2() 9864 tmsp->tms_utime = tswapal(host_to_target_clock_t(tms.tms_utime)); in _syscall2() 9865 tmsp->tms_stime = tswapal(host_to_target_clock_t(tms.tms_stime)); in _syscall2() 9866 tmsp->tms_cutime = tswapal(host_to_target_clock_t(tms.tms_cutime)); in _syscall2() 9867 tmsp->tms_cstime = tswapal(host_to_target_clock_t(tms.tms_cstime)); in _syscall2()
|
/openbmc/linux/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 712 struct tms timebuf; in TEST_SIGNAL()
|