Home
last modified time | relevance | path

Searched full:lvl2 (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/infiniband/hw/irdma/
H A Dpble.c318 struct irdma_pble_level2 *lvl2 = &palloc->level2; in free_lvl2() local
319 struct irdma_pble_info *root = &lvl2->root; in free_lvl2()
320 struct irdma_pble_info *leaf = lvl2->leaf; in free_lvl2()
322 for (i = 0; i < lvl2->leaf_cnt; i++, leaf++) { in free_lvl2()
333 kfree(lvl2->leafmem.va); in free_lvl2()
334 lvl2->leaf = NULL; in free_lvl2()
348 struct irdma_pble_level2 *lvl2 = &palloc->level2; in get_lvl2_pble() local
349 struct irdma_pble_info *root = &lvl2->root; in get_lvl2_pble()
358 lvl2->leaf_cnt = total; in get_lvl2_pble()
360 lvl2->leafmem.size = (sizeof(*leaf) * total); in get_lvl2_pble()
[all …]
/linux/Documentation/devicetree/bindings/thermal/
H A Dqcom,pm8775-mbg-tm.yaml17 for both hot and cold, LVL1 and LVL2 thresholds, which makes it different
20 it is a hot/cold and LVL1/LVL2 violation.
/linux/sound/soc/codecs/
H A Dmax98373.c265 SOC_SINGLE("BDE LVL2 Thresh", MAX98373_R2098_BDE_L2_THRESH, 0, 0xFF, 0),
277 SOC_SINGLE_TLV("BDE LVL2 Clip Thresh Volume", MAX98373_R20AC_BDE_L2_CFG_2,
285 SOC_SINGLE_TLV("BDE LVL2 Clip Reduction Volume", MAX98373_R20AD_BDE_L2_CFG_3,
293 SOC_SINGLE_TLV("BDE LVL2 Limiter Thresh Volume", MAX98373_R20AB_BDE_L2_CFG_1,
/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dgsp.h26 struct sg_table lvl2; member
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/
H A Dgsp.c1618 nvkm_gsp_sg_free(gsp->subdev.device, &rx3->lvl2); in nvkm_gsp_radix3_dtor()
1676 ret = nvkm_gsp_sg(gsp->subdev.device, bufsize, &rx3->lvl2); in nvkm_gsp_radix3_sg()
1686 for_each_sgtable_dma_page(&rx3->lvl2, &sg_dma_iter, 0) in nvkm_gsp_radix3_sg()
1690 for_each_sgtable_sg(&rx3->lvl2, sg, i) { in nvkm_gsp_radix3_sg()
/linux/drivers/iommu/
H A Dio-pgtable-arm-v7s.c48 * MediaTek extend 2 bits to reach 34bits, 14 bits at lvl1 and 8 bits at lvl2.
/linux/drivers/acpi/
H A Dprocessor_idle.c268 acpi_handle_debug(pr->handle, "lvl2[0x%08x] lvl3[0x%08x]\n", in acpi_processor_get_power_info_fadt()
/linux/drivers/irqchip/
H A Dirq-gic-v3-its.c2510 * The size of the lvl2 table is equal to ITS page size in its_parse_indirect_baser()
2512 * subtract ID bits that sparse lvl2 table from 'ids' in its_parse_indirect_baser()
2879 /* Flush Lvl2 table to PoC if hw doesn't support coherency */ in allocate_vpe_l2_table()
3389 /* Flush Lvl2 table to PoC if hw doesn't support coherency */ in its_alloc_table_entry()