/Linux-v6.1/drivers/misc/altera-stapl/ |
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 …]
|
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()
|
D | altera-exprt.h | 17 int netup_jtag_io_lpt(void *device, int tms, int tdi, int read_tdo);
|
/Linux-v6.1/Documentation/devicetree/bindings/soc/qcom/ |
D | qcom,apr.yaml | 149 "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/ |
D | times.h | 7 struct tms { struct
|
/Linux-v6.1/kernel/ |
D | sys.c | 992 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/ |
D | altera.h | 18 int (*jtag_io) (void *dev, int tms, int tdi, int tdo);
|
/Linux-v6.1/drivers/block/aoe/ |
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()
|
/Linux-v6.1/drivers/scsi/mpt3sas/ |
D | mpt3sas_trigger_diag.h | 81 * 3. TMs
|
/Linux-v6.1/Documentation/devicetree/bindings/pinctrl/ |
D | img,pistachio-pinctrl.txt | 146 tms
|
/Linux-v6.1/arch/arm64/boot/dts/freescale/ |
D | fsl-ls1028a-kontron-sl28.dts | 174 "", "", "", "", "", "", "TMS", "TDI",
|
/Linux-v6.1/drivers/pinctrl/sunxi/ |
D | pinctrl-sun9i-a80-r.c | 34 SUNXI_FUNCTION(0x3, "s_jtag"), /* TMS */
|
/Linux-v6.1/drivers/pinctrl/berlin/ |
D | pinctrl-as370.c | 209 BERLIN_PINCTRL_GROUP("TMS", 0x10, 0x3, 0x0f, 210 BERLIN_PINCTRL_FUNCTION(0x0, "jtag"), /* TMS */
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | nuvoton-npcm750-runbmc-olympus.dts | 90 tms { 91 label = "tms";
|
D | meson8b-ec100.dts | 395 "TCK", "TMS", "TDI", "TDO",
|
D | imx6qdl-gw5910.dtsi | 579 MX6QDL_PAD_DISP0_DAT14__GPIO5_IO08 0x1b0b1 /* TMS */
|
/Linux-v6.1/Documentation/hwmon/ |
D | pc87360.rst | 136 (voltage level monitor) logical device, not the TMS (temperature
|
/Linux-v6.1/drivers/pinctrl/intel/ |
D | pinctrl-denverton.c | 151 PINCTRL_PIN(102, "TMS"),
|
D | pinctrl-broxton.c | 113 PINCTRL_PIN(76, "TMS"), 600 PINCTRL_PIN(64, "TMS"),
|
/Linux-v6.1/drivers/pinctrl/ |
D | pinctrl-pistachio.c | 223 PINCTRL_PIN(PISTACHIO_PIN_TMS, "tms"), 823 PIN_GROUP(TMS, "tms"),
|
/Linux-v6.1/drivers/scsi/csiostor/ |
D | csio_scsi.h | 136 uint32_t n_tm_active; /* No. of TMs in active_q */
|
/Linux-v6.1/Documentation/sound/cards/ |
D | hdspm.rst | 191 * Clear TMS
|
/Linux-v6.1/drivers/media/pci/cx23885/ |
D | cx23885-cards.c | 1769 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/ |
D | pc87360.c | 79 #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/ |
D | board-magicpanelr2.c | 147 /* L7 TRST; L6 TMS; L5 TDO; L4 TDI; in setup_port_multiplexing()
|