/openbmc/linux/Documentation/devicetree/bindings/timestamp/ |
H A D | nvidia,tegra194-hte.yaml | 13 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 D | tegra-hte.rst | 8 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 D | intel_ggtt.c | 301 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 D | Kconfig | 22 known as generic timestamping engine (GTE) support on NVIDIA Tegra194 30 The NVIDIA Tegra194 GTE test driver demonstrates how to use HTE
|
H A D | hte-tegra194.c | 418 * 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 D | intel_plane_initial.c | 62 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 D | biosxml.hpp | 66 GTE, enumerator 444 case knob::DepexOperators::GTE: in evaluateExprStack() 573 operators.emplace(knob::DepexOperators::GTE); in evaluateExpression()
|
/openbmc/qemu/include/tcg/ |
H A D | tcg-cond.h | 118 * This removes equality from a LTE or GTE comparison.
|
/openbmc/qemu/target/hexagon/idef-parser/ |
H A D | idef-parser.y | 54 %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 D | idef-parser.lex | 155 ">=" { return GTE; }
|
/openbmc/linux/drivers/media/pci/bt8xx/ |
H A D | bttv-audio-hook.c | 17 /* PT2254A programming Jon Tombs, jon@gte.esi.us.es */ in winview_volume()
|
/openbmc/phosphor-dbus-monitor/src/example/ |
H A D | test.yaml | 363 - name: test count gte
|
/openbmc/openbmc/poky/bitbake/lib/ |
H A D | codegen.py | 35 GtE: '>=',
|
/openbmc/ipmitool/lib/ |
H A D | dimm_spd.c | 184 { 0x85, "GTE" },
|
/openbmc/qemu/block/ |
H A D | vmdk.c | 2051 * @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 D | tegra194-cbb.c | 536 [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 D | tegra194.dtsi | 1351 compatible = "nvidia,tegra194-gte-lic"; 1574 compatible = "nvidia,tegra194-gte-aon";
|
H A D | tegra234.dtsi | 1213 compatible = "nvidia,tegra234-gte-lic"; 1738 compatible = "nvidia,tegra234-gte-aon";
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | bttv.rst | 762 Author of this section: Jon Tombs <jon@gte.esi.us.es>
|
/openbmc/linux/ |
H A D | CREDITS | 3735 E: jon@gte.esi.us.es
|