Home
last modified time | relevance | path

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

123

/Linux-v6.1/drivers/misc/altera-stapl/
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 …]
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()
Daltera-exprt.h17 int netup_jtag_io_lpt(void *device, int tms, int tdi, int read_tdo);
/Linux-v6.1/Documentation/devicetree/bindings/soc/qcom/
Dqcom,apr.yaml149 "tms/servreg", "msm/adsp/audio_pd".
150 "tms/servreg", "msm/modem/wlan_pd".
151 "tms/servreg", "msm/slpi/sensor_pd".
/Linux-v6.1/include/uapi/linux/
Dtimes.h7 struct tms { struct
/Linux-v6.1/kernel/
Dsys.c992 static void do_sys_times(struct tms *tms) in do_sys_times() argument
999 tms->tms_utime = nsec_to_clock_t(tgutime); in do_sys_times()
1000 tms->tms_stime = nsec_to_clock_t(tgstime); in do_sys_times()
1001 tms->tms_cutime = nsec_to_clock_t(cutime); in do_sys_times()
1002 tms->tms_cstime = nsec_to_clock_t(cstime); in do_sys_times()
1005 SYSCALL_DEFINE1(times, struct tms __user *, tbuf) in SYSCALL_DEFINE1()
1008 struct tms tmp; in SYSCALL_DEFINE1()
1011 if (copy_to_user(tbuf, &tmp, sizeof(struct tms))) in SYSCALL_DEFINE1()
1027 struct tms tms; in COMPAT_SYSCALL_DEFINE1() local
1030 do_sys_times(&tms); in COMPAT_SYSCALL_DEFINE1()
[all …]
/Linux-v6.1/include/misc/
Daltera.h18 int (*jtag_io) (void *dev, int tms, int tdi, int tdo);
/Linux-v6.1/drivers/block/aoe/
Daoedev.c398 /* 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()
/Linux-v6.1/drivers/scsi/mpt3sas/
Dmpt3sas_trigger_diag.h81 * 3. TMs
/Linux-v6.1/Documentation/devicetree/bindings/pinctrl/
Dimg,pistachio-pinctrl.txt146 tms
/Linux-v6.1/arch/arm64/boot/dts/freescale/
Dfsl-ls1028a-kontron-sl28.dts174 "", "", "", "", "", "", "TMS", "TDI",
/Linux-v6.1/drivers/pinctrl/sunxi/
Dpinctrl-sun9i-a80-r.c34 SUNXI_FUNCTION(0x3, "s_jtag"), /* TMS */
/Linux-v6.1/drivers/pinctrl/berlin/
Dpinctrl-as370.c209 BERLIN_PINCTRL_GROUP("TMS", 0x10, 0x3, 0x0f,
210 BERLIN_PINCTRL_FUNCTION(0x0, "jtag"), /* TMS */
/Linux-v6.1/arch/arm/boot/dts/
Dnuvoton-npcm750-runbmc-olympus.dts90 tms {
91 label = "tms";
Dmeson8b-ec100.dts395 "TCK", "TMS", "TDI", "TDO",
Dimx6qdl-gw5910.dtsi579 MX6QDL_PAD_DISP0_DAT14__GPIO5_IO08 0x1b0b1 /* TMS */
/Linux-v6.1/Documentation/hwmon/
Dpc87360.rst136 (voltage level monitor) logical device, not the TMS (temperature
/Linux-v6.1/drivers/pinctrl/intel/
Dpinctrl-denverton.c151 PINCTRL_PIN(102, "TMS"),
Dpinctrl-broxton.c113 PINCTRL_PIN(76, "TMS"),
600 PINCTRL_PIN(64, "TMS"),
/Linux-v6.1/drivers/pinctrl/
Dpinctrl-pistachio.c223 PINCTRL_PIN(PISTACHIO_PIN_TMS, "tms"),
823 PIN_GROUP(TMS, "tms"),
/Linux-v6.1/drivers/scsi/csiostor/
Dcsio_scsi.h136 uint32_t n_tm_active; /* No. of TMs in active_q */
/Linux-v6.1/Documentation/sound/cards/
Dhdspm.rst191 * Clear TMS
/Linux-v6.1/drivers/media/pci/cx23885/
Dcx23885-cards.c1769 GPIO-1 TMS out in cx23885_gpio_setup()
1782 /* GPIO-0 as INT, reset & TMS low */ in cx23885_gpio_setup()
2079 static int netup_jtag_io(void *device, int tms, int tdi, int read_tdo) in netup_jtag_io() argument
2084 /*TMS*/ in netup_jtag_io()
2086 data |= (tms ? 0x00020002 : 0x00020000); in netup_jtag_io()
/Linux-v6.1/drivers/hwmon/
Dpc87360.c79 #define TMS 0x0e /* Logical device: temperatures */ macro
81 static const u8 logdev[LDNI_MAX] = { FSCM, VLM, TMS };
1412 "Forcibly enabling monitoring (TMS)\n"); in pc87360_init_device()
1498 * Unless both the VLM and the TMS logical devices agree to in pc87360_probe()
/Linux-v6.1/arch/sh/boards/
Dboard-magicpanelr2.c147 /* L7 TRST; L6 TMS; L5 TDO; L4 TDI; in setup_port_multiplexing()

123