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/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.c334 service = pdr_add_lookup(pg->pdr, "tms/servreg", "msm/adsp/charger_pd"); in pmic_glink_probe()
/linux/drivers/staging/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/sunxi/
H A Dpinctrl-sun9i-a80-r.c33 SUNXI_FUNCTION(0x3, "s_jtag"), /* TMS */
/linux/drivers/pinctrl/berlin/
H A Dpinctrl-as370.c210 BERLIN_PINCTRL_GROUP("TMS", 0x10, 0x3, 0x0f,
211 BERLIN_PINCTRL_FUNCTION(0x0, "jtag"), /* TMS */
/linux/Documentation/hwmon/
H A Dpc87360.rst136 (voltage level monitor) logical device, not the TMS (temperature
/linux/arch/arm/boot/dts/nuvoton/
H A Dnuvoton-npcm750-runbmc-olympus.dts90 tms {
91 label = "tms";
/linux/drivers/pinctrl/intel/
H A Dpinctrl-denverton.c141 PINCTRL_PIN(102, "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/pinctrl/
H A Dpinctrl-pistachio.c224 PINCTRL_PIN(PISTACHIO_PIN_TMS, "tms"),
824 PIN_GROUP(TMS, "tms"),
/linux/drivers/media/pci/cx23885/
H A Dcx23885-cards.c1798 GPIO-1 TMS out in cx23885_gpio_setup()
1811 /* GPIO-0 as INT, reset & TMS low */ in cx23885_gpio_setup()
2108 static int netup_jtag_io(void *device, int tms, int tdi, int read_tdo) in netup_jtag_io() argument
2113 /*TMS*/ in netup_jtag_io()
2115 data |= (tms ? 0x00020002 : 0x00020000); in netup_jtag_io()
/linux/arch/arm/boot/dts/amlogic/
H A Dmeson8b-ec100.dts397 "TCK", "TMS", "TDI", "TDO",
/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/staging/gpib/include/
H A Dtms9914.h247 /* TMS 9914 Auxiliary Commands */

123