/openbmc/linux/Documentation/devicetree/bindings/soc/qcom/ |
H A D | qcom,apr-services.yaml | 46 "tms/servreg", "msm/adsp/audio_pd". 47 "tms/servreg", "msm/modem/wlan_pd". 48 "tms/servreg", "msm/slpi/sensor_pd".
|
/openbmc/linux/drivers/misc/altera-stapl/ |
H A D | altera-jtag.c | 26 * a single TCK clock cycle with TMS high or TMS low, respectively. This 54 * This table contains the TMS value to be used to take the NEXT STEP on 57 * is used as the intermediate state, look up the TMS value in the 289 int tms; in altera_goto_jstate() local 312 /* Get TMS value to take a step toward desired state */ in altera_goto_jstate() 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 351 * Set TMS high to loop in RESET state in altera_wait_cycles() [all …]
|
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);
|
/openbmc/linux/include/uapi/linux/ |
H A D | times.h | 7 struct tms { struct
|
/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/linux/include/misc/ |
H A D | altera.h | 18 int (*jtag_io) (void *dev, int tms, int tdi, int tdo);
|
/openbmc/u-boot/arch/arm/mach-socfpga/ |
H A D | scan_manager.c | 84 data |= (0 << 7); /* TMS instruction. */ in scan_mgr_jtag_io() 85 data |= iarg & 0x3f; /* TMS arg is 6 bits. */ in scan_mgr_jtag_io()
|
/openbmc/qemu/tests/functional/ |
H A D | test_arm_aspeed_ast1030.py | 65 'jtag JTAG1 sw_xfer high TMS',
|
/openbmc/linux/drivers/block/aoe/ |
H A D | aoedev.c | 398 /* This has been confirmed to occur once with Tms=3*1000 due to the 406 enum { Sms = 250, Tms = 30 * 1000}; in skbfree() enumerator 407 int i = Tms / Sms; in skbfree()
|
/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/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/u-boot/arch/arm/dts/ |
H A D | am335x-draco.dts | 57 0x1d0 (PIN_INPUT | MUX_MODE0) /* tms jtag */
|
/openbmc/u-boot/board/ti/am57xx/ |
H A D | mux_data.h | 224 {TMS, (M0 | PIN_INPUT_PULLUP)}, /* tms.tms */ 507 {TMS, (M0 | PIN_INPUT_PULLUP)}, /* tms.tms */ 727 {TMS, (M0 | PIN_INPUT_PULLUP)}, /* tms.tms */ 909 {TMS, (M0 | PIN_INPUT_PULLUP)}, /* tms.tms */
|
/openbmc/linux/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_trigger_diag.h | 81 * 3. TMs
|
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | img,pistachio-pinctrl.txt | 146 tms
|
/openbmc/linux/drivers/pinctrl/sunxi/ |
H A D | pinctrl-sun9i-a80-r.c | 33 SUNXI_FUNCTION(0x3, "s_jtag"), /* TMS */
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | fsl-ls1028a-kontron-sl28.dts | 191 "", "", "", "", "", "", "TMS", "TDI",
|
/openbmc/linux/drivers/pinctrl/berlin/ |
H A D | pinctrl-as370.c | 210 BERLIN_PINCTRL_GROUP("TMS", 0x10, 0x3, 0x0f, 211 BERLIN_PINCTRL_FUNCTION(0x0, "jtag"), /* TMS */
|
/openbmc/u-boot/board/mpr2/ |
H A D | mpr2.c | 102 /* L7 TRST; L6 TMS; L5 TDO; L4 TDI; in board_init()
|
/openbmc/linux/Documentation/hwmon/ |
H A D | pc87360.rst | 136 (voltage level monitor) logical device, not the TMS (temperature
|
/openbmc/u-boot/arch/arm/include/asm/arch-omap5/ |
H A D | mux_dra7xx.h | 338 #define TMS 0x430 macro
|
/openbmc/linux/drivers/pinctrl/intel/ |
H A D | pinctrl-denverton.c | 140 PINCTRL_PIN(102, "TMS"),
|
/openbmc/linux/arch/arm/boot/dts/nuvoton/ |
H A D | nuvoton-npcm750-runbmc-olympus.dts | 90 tms { 91 label = "tms";
|