Home
last modified time | relevance | path

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

123

/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 tm in COMPAT_SYSCALL_DEFINE1() local
[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/soc/qcom/
H A Dqcom_pd_mapper.c22 #define TMS_SERVREG_SERVICE "tms/servreg"
279 "tms/pdr_enabled",
342 "tms/pdr_enabled",
H A Dpmic_glink.c341 service = pdr_add_lookup(pg->pdr, "tms/servreg", "msm/adsp/charger_pd"); in pmic_glink_probe()
/linux/drivers/net/can/dev/
H A Dnetlink.c145 NL_SET_ERR_MSG(extack, "PWM requires TMS"); in can_validate_pwm()
242 "TMS and %s are mutually exclusive", in can_validate_xl_flags()
249 NL_SET_ERR_MSG(extack, "TMS requires CAN XL"); in can_validate_xl_flags()
348 "TMS can not be activated while CAN FD is on"); in can_ctrlmode_changelink()
/linux/drivers/gpib/
H A DKconfig241 Enable support for TMS 9914 chip.
/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";
/linux/Documentation/hwmon/
H A Dpc87360.rst136 (voltage level monitor) logical device, not the TMS (temperature
/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/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/drivers/pinctrl/cix/
H A Dpinctrl-sky1.c125 SKY_PINFUNCTION(PINCTRL_PIN(26, "TMS"), tms),
/linux/arch/arm/boot/dts/amlogic/
H A Dmeson8b-ec100.dts397 "TCK", "TMS", "TDI", "TDO",
/linux/drivers/gpib/include/
H A Dtms9914.h247 /* TMS 9914 Auxiliary Commands */

123