HomeSort by: relevance | last modified time | path
    Searched refs:tmc (Results 1 - 17 of 17) sorted by relevancy

  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/arm/
juno-cs-r1r2.dtsi 27 compatible = "arm,coresight-tmc", "arm,primecell";
juno-base.dtsi 121 compatible = "arm,coresight-tmc", "arm,primecell";
198 compatible = "arm,coresight-tmc", "arm,primecell";
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/hisilicon/
hi3660-coresight.dtsi 132 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";
hi6220-coresight.dtsi 39 compatible = "arm,coresight-tmc", "arm,primecell";
100 compatible = "arm,coresight-tmc", "arm,primecell";
369 /* CTI 0 - TMC and TPIU connections */
  /src/sys/dev/pci/
if_ntwoc_pci.c 198 u_int8_t tmc, rdiv, tdiv; local in function:ntwoc_pci_attach
358 tmc = (flags & NTWOC_FLAGS_TMC_MASK) >> NTWOC_FLAGS_TMC_SHIFT;
361 tmc, rdiv, tdiv);
365 tmc, rdiv, tdiv);
405 ntwoc_pci_get_clock(struct sca_port *scp, u_int8_t flags, u_int8_t tmc,
412 scp->sp_tmc = tmc;
  /src/sys/dev/isa/
if_ntwoc_isa.c 389 u_int8_t rdiv, tdiv, tmc; local in function:ntwoc_isa_attach
590 tmc = (flags & NTWOC_FLAGS_TMC_MASK) >> NTWOC_FLAGS_TMC_SHIFT;
593 flags & NTWOC_FLAGS_CLK0_MASK, tmc, rdiv, tdiv);
597 tmc, rdiv, tdiv);
632 ntwoc_isa_get_clock(struct sca_port *scp, u_int8_t flags, u_int8_t tmc,
639 scp->sp_tmc = tmc;
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/sprd/
sc9863a.dtsi 212 compatible = "arm,coresight-tmc", "arm,primecell";
277 compatible = "arm,coresight-tmc", "arm,primecell";
302 compatible = "arm,coresight-tmc", "arm,primecell";
  /src/sys/dev/ic/
hd64570.c 478 * returns log2(div), sets 'tmc' for the required freq 'hz'
483 u_int32_t tmc, div;
486 /* clock hz = (chipclock / tmc) / 2^(div); */
488 * TD == tmc * 2^(n)
502 * tmc = chip / hz, but have tmc <= 256
510 while ((tmc = clock / hz) > 256 || (tmc == 256 && (clock / tmc) > hz)) {
514 if (clock / tmc > hz
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
imx7s.dtsi 247 compatible = "arm,coresight-tmc", "arm,primecell";
270 compatible = "arm,coresight-tmc", "arm,primecell";
qcom-msm8974.dtsi 1068 compatible = "arm,coresight-tmc", "arm,primecell";
1134 compatible = "arm,coresight-tmc", "arm,primecell";
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
msm8916.dtsi 513 /* CTI 0 - TMC connections */
640 compatible = "arm,coresight-tmc", "arm,primecell";
666 compatible = "arm,coresight-tmc", "arm,primecell";
msm8998.dtsi 1613 compatible = "arm,coresight-tmc", "arm,primecell";
1640 compatible = "arm,coresight-tmc", "arm,primecell";
sc7280.dtsi 798 compatible = "arm,coresight-tmc", "arm,primecell";
844 compatible = "arm,coresight-tmc", "arm,primecell";
sm8150.dtsi 2522 compatible = "arm,coresight-tmc", "arm,primecell";
2546 compatible = "arm,coresight-tmc", "arm,primecell";
2624 compatible = "arm,coresight-tmc", "arm,primecell";
msm8996.dtsi 2271 compatible = "arm,coresight-tmc", "arm,primecell";
2297 compatible = "arm,coresight-tmc", "arm,primecell";
sc7180.dtsi 2232 compatible = "arm,coresight-tmc", "arm,primecell";
2278 compatible = "arm,coresight-tmc", "arm,primecell";
sdm845.dtsi 3172 compatible = "arm,coresight-tmc", "arm,primecell";
3202 compatible = "arm,coresight-tmc", "arm,primecell";

Completed in 96 milliseconds