Home
last modified time | relevance | path

Searched refs:tgl (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dpci-ioda-tce.c375 struct iommu_table_group_link *tgl; in pnv_pci_unlink_table_and_group() local
384 list_for_each_entry_rcu(tgl, &tbl->it_group_list, next) { in pnv_pci_unlink_table_and_group()
385 if (tgl->table_group == table_group) { in pnv_pci_unlink_table_and_group()
386 list_del_rcu(&tgl->next); in pnv_pci_unlink_table_and_group()
387 kfree_rcu(tgl, rcu); in pnv_pci_unlink_table_and_group()
414 struct iommu_table_group_link *tgl = NULL; in pnv_pci_link_table_and_group() local
419 tgl = kzalloc_node(sizeof(struct iommu_table_group_link), GFP_KERNEL, in pnv_pci_link_table_and_group()
421 if (!tgl) in pnv_pci_link_table_and_group()
424 tgl->table_group = table_group; in pnv_pci_link_table_and_group()
425 list_add_rcu(&tgl->next, &tbl->it_group_list); in pnv_pci_link_table_and_group()
H A Dpci-ioda.c1224 struct iommu_table_group_link *tgl; in pnv_pci_ioda2_tce_invalidate() local
1226 list_for_each_entry_lockless(tgl, &tbl->it_group_list, next) { in pnv_pci_ioda2_tce_invalidate()
1227 struct pnv_ioda_pe *pe = container_of(tgl->table_group, in pnv_pci_ioda2_tce_invalidate()
/openbmc/linux/drivers/media/rc/img-ir/
H A Dimg-ir-rc5.c14 unsigned int addr, cmd, tgl, start; in img_ir_rc5_scancode() local
20 tgl = (raw >> 11) & 0x01; in img_ir_rc5_scancode()
34 request->toggle = tgl; in img_ir_rc5_scancode()
/openbmc/linux/sound/soc/sof/intel/
H A DMakefile10 apl.o cnl.o tgl.o icl.o mtl.o lnl.o hda-common-ops.o
32 snd-sof-pci-intel-tgl-objs := pci-tgl.o
41 obj-$(CONFIG_SND_SOC_SOF_INTEL_TGL) += snd-sof-pci-intel-tgl.o
/openbmc/linux/drivers/platform/x86/intel/pmc/
H A DMakefile7 icl.o tgl.o adl.o mtl.o
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_uc_fw.c96 fw_def(ALDERLAKE_S, 0, guc_maj(tgl, 70, 5, 1)) \
97 fw_def(ALDERLAKE_S, 0, guc_mmp(tgl, 70, 1, 1)) \
98 fw_def(ALDERLAKE_S, 0, guc_mmp(tgl, 69, 0, 3)) \
100 fw_def(ROCKETLAKE, 0, guc_mmp(tgl, 70, 1, 1)) \
101 fw_def(TIGERLAKE, 0, guc_mmp(tgl, 70, 1, 1)) \
116 fw_def(ALDERLAKE_P, 0, huc_raw(tgl)) \
117 fw_def(ALDERLAKE_P, 0, huc_mmp(tgl, 7, 9, 3)) \
118 fw_def(ALDERLAKE_S, 0, huc_raw(tgl)) \
119 fw_def(ALDERLAKE_S, 0, huc_mmp(tgl, 7, 9, 3)) \
121 fw_def(ROCKETLAKE, 0, huc_mmp(tgl, 7, 9, 3)) \
[all …]
/openbmc/linux/sound/soc/intel/common/
H A DMakefile10 soc-acpi-intel-tgl-match.o soc-acpi-intel-ehl-match.o \
/openbmc/linux/drivers/gpu/drm/ci/
H A Dtest.yml235 i915:tgl:
241 GPU_VERSION: tgl
/openbmc/linux/arch/powerpc/kernel/
H A Dsmp.c123 static struct thread_groups_list tgl[NR_CPUS] __initdata; variable
899 struct thread_groups_list *cpu_tgl = &tgl[cpu]; in get_thread_groups()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_dmc.c116 #define TGL_DMC_PATH DMC_LEGACY_PATH(tgl, 2, 12)