Home
last modified time | relevance | path

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

/linux/drivers/iommu/riscv/
H A Diommu.c568 unsigned long ddt, old, new; in riscv_iommu_get_dc() local
618 ddt = READ_ONCE(*(unsigned long *)ddtp); in riscv_iommu_get_dc()
619 if (ddt & RISCV_IOMMU_DDTE_V) { in riscv_iommu_get_dc()
620 ddtp = __va(ppn_to_phys(ddt)); in riscv_iommu_get_dc()
629 old = cmpxchg_relaxed((unsigned long *)ddtp, ddt, new); in riscv_iommu_get_dc()
631 if (old == ddt) { in riscv_iommu_get_dc()
/linux/drivers/clk/ti/
H A Ddpll.c273 const struct dpll_data *ddt) in of_ti_dpll_setup() argument
283 dd = kmemdup(ddt, sizeof(*dd), GFP_KERNEL); in of_ti_dpll_setup()