Home
last modified time | relevance | path

Searched refs:ddt (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/iommu/riscv/
H A Diommu.c567 unsigned long ddt, old, new; in riscv_iommu_get_dc() local
617 ddt = READ_ONCE(*(unsigned long *)ddtp); in riscv_iommu_get_dc()
618 if (ddt & RISCV_IOMMU_DDTE_V) { in riscv_iommu_get_dc()
619 ddtp = __va(ppn_to_phys(ddt)); in riscv_iommu_get_dc()
628 old = cmpxchg_relaxed((unsigned long *)ddtp, ddt, new); in riscv_iommu_get_dc()
630 if (old == ddt) { in riscv_iommu_get_dc()
/linux-6.15/drivers/clk/ti/
H A Ddpll.c279 const struct dpll_data *ddt) in of_ti_dpll_setup() argument
289 dd = kmemdup(ddt, sizeof(*dd), GFP_KERNEL); in of_ti_dpll_setup()
/linux-6.15/drivers/char/agp/
H A Dintel-gtt.c344 static const int ddt[4] = { 0, 16, 32, 64 }; in intel_gtt_stolen_size() local
368 MB(ddt[I830_RDRAM_DDT(rdct)]); in intel_gtt_stolen_size()