Searched refs:tgl (Results 1 – 12 of 12) sorted by relevance
| /linux/arch/powerpc/platforms/powernv/ |
| H A D | pci-ioda-tce.c | 375 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 D | pci-ioda.c | 1222 struct iommu_table_group_link *tgl; in pnv_pci_ioda2_tce_invalidate() local 1224 list_for_each_entry_lockless(tgl, &tbl->it_group_list, next) { in pnv_pci_ioda2_tce_invalidate() 1225 struct pnv_ioda_pe *pe = container_of(tgl->table_group, in pnv_pci_ioda2_tce_invalidate()
|
| /linux/drivers/media/rc/img-ir/ |
| H A D | img-ir-rc5.c | 14 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()
|
| /linux/sound/soc/sof/intel/ |
| H A D | Makefile | 38 snd-sof-pci-intel-tgl-y := pci-tgl.o tgl.o 49 obj-$(CONFIG_SND_SOC_SOF_INTEL_TGL) += snd-sof-pci-intel-tgl.o
|
| /linux/drivers/platform/x86/intel/pmc/ |
| H A D | Makefile | 7 tgl.o adl.o mtl.o arl.o lnl.o ptl.o wcl.o
|
| /linux/sound/soc/intel/avs/ |
| H A D | Makefile | 7 snd-soc-avs-y += skl.o apl.o cnl.o icl.o tgl.o mtl.o lnl.o ptl.o
|
| H A D | core.c | 877 AVS_TGL_BASED_SPEC(tgl, 29); 955 MODULE_FIRMWARE("intel/avs/tgl/dsp_basefw.bin");
|
| /linux/sound/soc/intel/common/ |
| H A D | Makefile | 8 soc-acpi-intel-tgl-match.o soc-acpi-intel-ehl-match.o \
|
| /linux/drivers/net/ethernet/broadcom/bnge/ |
| H A D | bnge_netdev.h | 340 #define DB_TOGGLE(tgl) ((tgl) << DBR_TOGGLE_SFT) argument
|
| H A D | bnge_txrx.c | 1264 u32 tgl = 0; in __bnge_poll_cqs_done() local 1268 tgl = cpr->toggle; in __bnge_poll_cqs_done() 1272 db->db_key64 | dbr_type | DB_TOGGLE(tgl) | in __bnge_poll_cqs_done()
|
| /linux/arch/powerpc/kernel/ |
| H A D | smp.c | 115 static struct thread_groups_list tgl[NR_CPUS] __initdata; variable 893 struct thread_groups_list *cpu_tgl = &tgl[cpu]; in get_thread_groups()
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_dmc.c | 165 #define TGL_DMC_PATH DMC_LEGACY_PATH(tgl, 2, 12)
|