Home
last modified time | relevance | path

Searched full:gte (Results 1 – 20 of 20) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/timestamp/
H A Dnvidia,tegra194-hte.yaml13 Tegra SoC has two instances of generic hardware timestamping engines (GTE)
14 known as GTE GPIO and GTE IRQ, which can monitor subset of GPIO and on chip
18 to enable or disable for the hardware timestamping. The GTE GPIO monitors
24 - nvidia,tegra194-gte-aon
25 - nvidia,tegra194-gte-lic
26 - nvidia,tegra234-gte-aon
27 - nvidia,tegra234-gte-lic
50 GTE instances for both Tegra194 and Tegra234 has 3 slices. The Tegra194
58 namespace conversion between GPIO and GTE.
63 consumers. For the GTE IRQ, this is IRQ number as mentioned in the
[all …]
/openbmc/linux/Documentation/driver-api/hte/
H A Dtegra-hte.rst8 The Nvidia tegra HTE provider also known as GTE (Generic Timestamping Engine)
9 driver implements two GTE instances: 1) GPIO GTE and 2) LIC
10 (Legacy Interrupt Controller) IRQ GTE. Both GTE instances get the timestamp
14 GPIO GTE
17 This GTE instance timestamps GPIO in real time. For that to happen GPIO
20 the GPIO GTE. To support this, GPIOLIB adds two optional APIs as mentioned
21 below. The GPIO GTE code supports both kernel and userspace consumers. The
34 LIC (Legacy Interrupt Controller) IRQ GTE
37 This GTE instance timestamps LIC IRQ lines in real time. The hte devicetree
40 one-to-one mapping with IRQ GTE provider, consumers can simply specify the IRQ
[all …]
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_ggtt.c301 gen8_pte_t __iomem *gte; in gen8_ggtt_insert_entries() local
311 gte = (gen8_pte_t __iomem *)ggtt->gsm; in gen8_ggtt_insert_entries()
312 gte += (vma_res->start - vma_res->guard) / I915_GTT_PAGE_SIZE; in gen8_ggtt_insert_entries()
313 end = gte + vma_res->guard / I915_GTT_PAGE_SIZE; in gen8_ggtt_insert_entries()
314 while (gte < end) in gen8_ggtt_insert_entries()
315 gen8_set_pte(gte++, vm->scratch[0]->encode); in gen8_ggtt_insert_entries()
319 gen8_set_pte(gte++, pte_encode | addr); in gen8_ggtt_insert_entries()
320 GEM_BUG_ON(gte > end); in gen8_ggtt_insert_entries()
323 while (gte < end) in gen8_ggtt_insert_entries()
324 gen8_set_pte(gte++, vm->scratch[0]->encode); in gen8_ggtt_insert_entries()
[all …]
/openbmc/linux/drivers/hte/
H A DKconfig22 known as generic timestamping engine (GTE) support on NVIDIA Tegra194
30 The NVIDIA Tegra194 GTE test driver demonstrates how to use HTE
H A Dhte-tegra194.c418 * HTE/GTE namespace. in tegra_hte_line_xlate()
652 { .compatible = "nvidia,tegra194-gte-lic", .data = &t194_lic_hte},
653 { .compatible = "nvidia,tegra194-gte-aon", .data = &t194_aon_hte},
654 { .compatible = "nvidia,tegra234-gte-lic", .data = &t234_lic_hte},
655 { .compatible = "nvidia,tegra234-gte-aon", .data = &t234_aon_hte},
762 "nvidia,tegra194-gte-aon")) { in tegra_hte_probe()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_plane_initial.c62 gen8_pte_t __iomem *gte = to_gt(i915)->ggtt->gsm; in initial_plane_vma() local
65 gte += base / I915_GTT_PAGE_SIZE; in initial_plane_vma()
67 pte = ioread64(gte); in initial_plane_vma()
/openbmc/intel-ipmi-oem/include/
H A Dbiosxml.hpp66 GTE, enumerator
444 case knob::DepexOperators::GTE: in evaluateExprStack()
573 operators.emplace(knob::DepexOperators::GTE); in evaluateExpression()
/openbmc/qemu/include/tcg/
H A Dtcg-cond.h118 * This removes equality from a LTE or GTE comparison.
/openbmc/qemu/target/hexagon/idef-parser/
H A Didef-parser.y54 %token ASR LSR EQ NEQ LTE GTE MIN MAX ANDL FOR ICIRC IF MUN FSCR FCHK SXT
86 %left '<' '>' LTE GTE
643 | rvalue GTE rvalue
H A Didef-parser.lex155 ">=" { return GTE; }
/openbmc/linux/drivers/media/pci/bt8xx/
H A Dbttv-audio-hook.c17 /* PT2254A programming Jon Tombs, jon@gte.esi.us.es */ in winview_volume()
/openbmc/phosphor-dbus-monitor/src/example/
H A Dtest.yaml363 - name: test count gte
/openbmc/openbmc/poky/bitbake/lib/
H A Dcodegen.py35 GtE: '>=',
/openbmc/ipmitool/lib/
H A Ddimm_spd.c184 { 0x85, "GTE" },
/openbmc/qemu/block/
H A Dvmdk.c2051 * @zeroed: buf is ignored (data is zero), use zeroed_grain GTE feature
3141 "using the zeroed-grain GTE feature"
/openbmc/linux/drivers/soc/tegra/cbb/
H A Dtegra194-cbb.c536 [0x0d] = "multiport0_t/T/gte",
850 [0x09] = "multiport1_t/T/gte",
1219 [0x0a] = "multiport0_t/T/gte",
/openbmc/linux/arch/arm64/boot/dts/nvidia/
H A Dtegra194.dtsi1351 compatible = "nvidia,tegra194-gte-lic";
1574 compatible = "nvidia,tegra194-gte-aon";
H A Dtegra234.dtsi1213 compatible = "nvidia,tegra234-gte-lic";
1738 compatible = "nvidia,tegra234-gte-aon";
/openbmc/linux/Documentation/admin-guide/media/
H A Dbttv.rst762 Author of this section: Jon Tombs <jon@gte.esi.us.es>
/openbmc/linux/
H A DCREDITS3735 E: jon@gte.esi.us.es