Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/clk/ti/
Dgate.c70 u32 dummy_v, orig_v; in omap36xx_gate_clk_enable_with_hsdiv_restore() local
82 orig_v = ti_clk_ll_ops->clk_readl(&parent->reg); in omap36xx_gate_clk_enable_with_hsdiv_restore()
83 dummy_v = orig_v; in omap36xx_gate_clk_enable_with_hsdiv_restore()
90 ti_clk_ll_ops->clk_writel(orig_v, &parent->reg); in omap36xx_gate_clk_enable_with_hsdiv_restore()
/linux-5.19.10/arch/powerpc/kvm/
Dbook3s_hv_rm_mmu.c1107 unsigned long v, r, orig_v; in kvmppc_hv_find_lock_hpte() local
1152 v = orig_v = be64_to_cpu(hpte[i]) & ~HPTE_V_HVLOCK; in kvmppc_hv_find_lock_hpte()
1167 __unlock_hpte(&hpte[i], orig_v); in kvmppc_hv_find_lock_hpte()
1195 unsigned long v, r, gr, orig_v; in kvmppc_hpte_hv_fault() local
1223 v = orig_v = be64_to_cpu(hpte[0]) & ~HPTE_V_HVLOCK; in kvmppc_hpte_hv_fault()
1232 unlock_hpte(hpte, orig_v); in kvmppc_hpte_hv_fault()
Dbook3s_64_mmu_hv.c347 unsigned long v, orig_v, gr; in kvmppc_mmu_book3s_64_hv_xlate() local
375 v = orig_v = be64_to_cpu(hptep[0]) & ~HPTE_V_HVLOCK; in kvmppc_mmu_book3s_64_hv_xlate()
380 unlock_hpte(hptep, orig_v); in kvmppc_mmu_book3s_64_hv_xlate()