Home
last modified time | relevance | path

Searched full:tms (Results 1 – 25 of 50) sorted by relevance

12

/linux/Documentation/devicetree/bindings/soc/qcom/
H A Dqcom,apr-services.yaml46 "tms/servreg", "msm/adsp/audio_pd".
47 "tms/servreg", "msm/modem/wlan_pd".
48 "tms/servreg", "msm/slpi/sensor_pd".
/linux/drivers/misc/altera-stapl/
H A Daltera-jtag.c26 * 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 Daltera-lpt.c30 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 Daltera-exprt.h17 int netup_jtag_io_lpt(void *device, int tms, int tdi, int read_tdo);
/linux/kernel/
H A Dsys.c1051 static void do_sys_times(struct tms *tms) in do_sys_times() argument
1058 tms->tms_utime = nsec_to_clock_t(tgutime); in do_sys_times()
1059 tms->tms_stime = nsec_to_clock_t(tgstime); in do_sys_times()
1060 tms->tms_cutime = nsec_to_clock_t(cutime); in do_sys_times()
1061 tms->tms_cstime = nsec_to_clock_t(cstime); in do_sys_times()
1064 SYSCALL_DEFINE1(times, struct tms __user *, tbuf) in SYSCALL_DEFINE1()
1067 struct tms tmp; in SYSCALL_DEFINE1()
1070 if (copy_to_user(tbuf, &tmp, sizeof(struct tms))) in SYSCALL_DEFINE1()
1086 struct tms tms; in COMPAT_SYSCALL_DEFINE1() local
1089 do_sys_times(&tms); in COMPAT_SYSCALL_DEFINE1()
[all …]
/linux/include/uapi/linux/
H A Dtimes.h7 struct tms { struct
/linux/include/misc/
H A Daltera.h18 int (*jtag_io) (void *dev, int tms, int tdi, int tdo);
/linux/drivers/block/aoe/
H A Daoedev.c410 /* This has been confirmed to occur once with Tms=3*1000 due to the
418 enum { Sms = 250, Tms = 30 * 1000}; in skbfree() enumerator
419 int i = Tms / Sms; in skbfree()
/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_trigger_diag.h81 * 3. TMs
/linux/Documentation/devicetree/bindings/pinctrl/
H A Dimg,pistachio-pinctrl.txt146 tms
/linux/arch/arm64/boot/dts/freescale/
H A Dfsl-ls1028a-kontron-sl28.dts191 "", "", "", "", "", "", "TMS", "TDI",
/linux/drivers/pinctrl/berlin/
H A Dpinctrl-as370.c210 BERLIN_PINCTRL_GROUP("TMS", 0x10, 0x3, 0x0f,
211 BERLIN_PINCTRL_FUNCTION(0x0, "jtag"), /* TMS */
/linux/arch/arm/boot/dts/nuvoton/
H A Dnuvoton-npcm750-runbmc-olympus.dts90 tms {
91 label = "tms";
H A Dnuvoton-npcm730-kudo.dts70 // TCK, TDI, TDO, TMS
/linux/Documentation/hwmon/
H A Dpc87360.rst136 (voltage level monitor) logical device, not the TMS (temperature
/linux/drivers/pinctrl/intel/
H A Dpinctrl-denverton.c141 PINCTRL_PIN(102, "TMS"),
H A Dpinctrl-broxton.c105 PINCTRL_PIN(76, "TMS"),
592 PINCTRL_PIN(64, "TMS"),
H A Dpinctrl-geminilake.c31 PINCTRL_PIN(2, "TMS"),
/linux/drivers/pinctrl/
H A Dpinctrl-pistachio.c224 PINCTRL_PIN(PISTACHIO_PIN_TMS, "tms"),
824 PIN_GROUP(TMS, "tms"),
/linux/Documentation/sound/cards/
H A Dhdspm.rst191 * Clear TMS
/linux/drivers/scsi/csiostor/
H A Dcsio_scsi.h136 uint32_t n_tm_active; /* No. of TMs in active_q */
/linux/drivers/soc/qcom/
H A Dpmic_glink.c334 service = pdr_add_lookup(pg->pdr, "tms/servreg", "msm/adsp/charger_pd"); in pmic_glink_probe()
/linux/drivers/hwmon/
H A Dpc87360.c79 #define TMS 0x0e /* Logical device: temperatures */ macro
81 static const u8 logdev[LDNI_MAX] = { FSCM, VLM, TMS };
1416 "Forcibly enabling monitoring (TMS)\n"); in pc87360_init_device()
1502 * Unless both the VLM and the TMS logical devices agree to in pc87360_probe()
/linux/arch/arm/boot/dts/amlogic/
H A Dmeson8b-ec100.dts397 "TCK", "TMS", "TDI", "TDO",
/linux/arch/sh/boards/
H A Dboard-magicpanelr2.c148 /* L7 TRST; L6 TMS; L5 TDO; L4 TDI; in setup_port_multiplexing()

12