Home
last modified time | relevance | path

Searched refs:tms (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/
H A Dmux_am43xx.h195 int tms; member
H A Dmux_am33xx.h155 int tms; member
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/dhrystone/dhrystone-2.1/
H A Ddhrystone.patch28 struct tms time_info;
/openbmc/u-boot/arch/arm/dts/
H A Dam335x-draco.dts57 0x1d0 (PIN_INPUT | MUX_MODE0) /* tms jtag */
/openbmc/u-boot/board/bosch/shc/
H A Dmux.c106 {OFFSET(tms), (MODE(0) | RXACTIVE | PULLUP_EN)},
/openbmc/u-boot/board/siemens/rut/
H A Dmux.c225 {OFFSET(tms), (MODE(0) | RXACTIVE | PULLUP_EN)},
/openbmc/u-boot/board/siemens/draco/
H A Dmux.c135 {OFFSET(tms), MODE(7) | RXACTIVE | PULLUDDIS},
/openbmc/qemu/linux-user/
H A Dsyscall.c10278 struct tms tms; in _syscall2() local
10279 ret = get_errno(times(&tms)); in _syscall2()
10284 tmsp->tms_utime = tswapal(host_to_target_clock_t(tms.tms_utime)); in _syscall2()
10285 tmsp->tms_stime = tswapal(host_to_target_clock_t(tms.tms_stime)); in _syscall2()
10286 tmsp->tms_cutime = tswapal(host_to_target_clock_t(tms.tms_cutime)); in _syscall2()
10287 tmsp->tms_cstime = tswapal(host_to_target_clock_t(tms.tms_cstime)); in _syscall2()