Home
last modified time | relevance | path

Searched refs:tmc (Results 1 – 25 of 40) sorted by relevance

12

/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-coresight-devices-tmc1 What: /sys/bus/coresight/devices/<memory_map>.tmc/trigger_cntr
10 What: /sys/bus/coresight/devices/<memory_map>.tmc/mgmt/rsz
17 What: /sys/bus/coresight/devices/<memory_map>.tmc/mgmt/sts
24 What: /sys/bus/coresight/devices/<memory_map>.tmc/mgmt/rrp
33 What: /sys/bus/coresight/devices/<memory_map>.tmc/mgmt/rwp
42 What: /sys/bus/coresight/devices/<memory_map>.tmc/mgmt/trg
49 What: /sys/bus/coresight/devices/<memory_map>.tmc/mgmt/ctl
56 What: /sys/bus/coresight/devices/<memory_map>.tmc/mgmt/ffsr
64 What: /sys/bus/coresight/devices/<memory_map>.tmc/mgmt/ffcr
72 What: /sys/bus/coresight/devices/<memory_map>.tmc/mgmt/mode
[all …]
/openbmc/linux/drivers/hwtracing/coresight/
H A DMakefile10 obj-$(CONFIG_CORESIGHT_LINK_AND_SINK_TMC) += coresight-tmc.o
11 coresight-tmc-y := coresight-tmc-core.o coresight-tmc-etf.o \
12 coresight-tmc-etr.o
H A DKconfig46 module will be called coresight-tmc.
/openbmc/u-boot/drivers/timer/
H A Dast_timer.c18 struct ast_timer_counter *tmc; member
35 writel(AST_TMC_RELOAD_VAL, &priv->tmc->reload_val); in ast_timer_probe()
57 *count = AST_TMC_RELOAD_VAL - readl(&priv->tmc->status); in ast_timer_get_count()
70 priv->tmc = ast_get_timer_counter(priv->regs, AST_TICK_TIMER); in ast_timer_ofdata_to_platdata()
/openbmc/linux/drivers/net/wan/
H A Dhd64572.c362 unsigned int tmc, br = 10, brv = 1024; in sca_set_port() local
371 tmc = CLOCK_BASE / brv / port->settings.clock_rate; in sca_set_port()
372 } while (br > 1 && tmc <= 128); in sca_set_port()
374 if (tmc < 1) { in sca_set_port()
375 tmc = 1; in sca_set_port()
378 } else if (tmc > 255) { in sca_set_port()
379 tmc = 256; /* tmc=0 means 256 - low baud rates */ in sca_set_port()
382 port->settings.clock_rate = CLOCK_BASE / brv / tmc; in sca_set_port()
385 tmc = 256; /* 8bit = 0 */ in sca_set_port()
391 port->tmc = tmc; in sca_set_port()
[all …]
H A Dhd64570.c406 unsigned int tmc, br = 10, brv = 1024; in sca_set_port() local
415 tmc = CLOCK_BASE / brv / port->settings.clock_rate; in sca_set_port()
416 } while (br > 1 && tmc <= 128); in sca_set_port()
418 if (tmc < 1) { in sca_set_port()
419 tmc = 1; in sca_set_port()
422 } else if (tmc > 255) { in sca_set_port()
423 tmc = 256; /* tmc=0 means 256 - low baud rates */ in sca_set_port()
426 port->settings.clock_rate = CLOCK_BASE / brv / tmc; in sca_set_port()
429 tmc = 256; /* 8bit = 0 */ in sca_set_port()
435 port->tmc = tmc; in sca_set_port()
[all …]
H A Dpci200syn.c72 u8 rxs, txs, tmc; /* SCA registers */ member
H A Dc101.c68 u8 rxs, txs, tmc; /* SCA registers */ member
H A Dpc300too.c85 u8 rxs, txs, tmc; /* SCA registers */ member
H A Dn2.c101 u8 rxs, txs, tmc; /* SCA registers */ member
/openbmc/linux/arch/arm64/boot/dts/hisilicon/
H A Dhi3660-coresight.dtsi132 compatible = "arm,coresight-tmc", "arm,primecell";
274 compatible = "arm,coresight-tmc", "arm,primecell";
366 compatible = "arm,coresight-tmc", "arm,primecell";
425 compatible = "arm,coresight-tmc", "arm,primecell";
H A Dhi6220-coresight.dtsi39 compatible = "arm,coresight-tmc", "arm,primecell";
100 compatible = "arm,coresight-tmc", "arm,primecell";
/openbmc/linux/arch/arm64/boot/dts/sprd/
H A Dsc9863a.dtsi212 compatible = "arm,coresight-tmc", "arm,primecell";
277 compatible = "arm,coresight-tmc", "arm,primecell";
302 compatible = "arm,coresight-tmc", "arm,primecell";
H A Dsc9860.dtsi338 compatible = "arm,coresight-tmc", "arm,primecell";
466 compatible = "arm,coresight-tmc", "arm,primecell";
491 compatible = "arm,coresight-tmc", "arm,primecell";
H A Dsc9836.dtsi49 compatible = "arm,coresight-tmc", "arm,primecell";
H A Dums512.dtsi480 compatible = "arm,coresight-tmc", "arm,primecell";
547 compatible = "arm,coresight-tmc", "arm,primecell";
573 compatible = "arm,coresight-tmc", "arm,primecell";
/openbmc/linux/arch/arm64/boot/dts/arm/
H A Djuno-cs-r1r2.dtsi27 compatible = "arm,coresight-tmc", "arm,primecell";
H A Djuno-base.dtsi122 compatible = "arm,coresight-tmc", "arm,primecell";
199 compatible = "arm,coresight-tmc", "arm,primecell";
/openbmc/linux/sound/soc/intel/avs/
H A Dtopology.c1632 struct snd_soc_tplg_mixer_control *tmc; in avs_control_load() local
1640 tmc = container_of(hdr, typeof(*tmc), hdr); in avs_control_load()
1641 tuples = tmc->priv.array; in avs_control_load()
1642 block_size = le32_to_cpu(tmc->priv.size); in avs_control_load()
/openbmc/u-boot/arch/arm/dts/
H A Dimx7s.dtsi276 compatible = "arm,coresight-tmc", "arm,primecell";
303 compatible = "arm,coresight-tmc", "arm,primecell";
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx7s.dtsi268 compatible = "arm,coresight-tmc", "arm,primecell";
291 compatible = "arm,coresight-tmc", "arm,primecell";
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mq.dtsi488 compatible = "arm,coresight-tmc", "arm,primecell";
511 compatible = "arm,coresight-tmc", "arm,primecell";
H A Dimx8mp.dtsi470 compatible = "arm,coresight-tmc", "arm,primecell";
493 compatible = "arm,coresight-tmc", "arm,primecell";
/openbmc/linux/arch/arm/boot/dts/qcom/
H A Dqcom-msm8974.dtsi774 compatible = "arm,coresight-tmc", "arm,primecell";
920 compatible = "arm,coresight-tmc", "arm,primecell";
/openbmc/linux/Documentation/userspace-api/ioctl/
H A Dioctl-number.rst218 '[' 00-3F linux/usb/tmc.h USB Test and Measurement Devic…

12