Home
last modified time | relevance | path

Searched refs:orig_v (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/clk/ti/
H A 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()
/kernel/linux/linux-6.6/drivers/clk/ti/
H A Dgate.c62 u32 dummy_v, orig_v; in omap36xx_gate_clk_enable_with_hsdiv_restore() local
74 orig_v = ti_clk_ll_ops->clk_readl(&parent->reg); in omap36xx_gate_clk_enable_with_hsdiv_restore()
75 dummy_v = orig_v; in omap36xx_gate_clk_enable_with_hsdiv_restore()
82 ti_clk_ll_ops->clk_writel(orig_v, &parent->reg); in omap36xx_gate_clk_enable_with_hsdiv_restore()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A Dbook3s_hv_rm_mmu.c1105 unsigned long v, r, orig_v; in kvmppc_hv_find_lock_hpte() local
1150 v = orig_v = be64_to_cpu(hpte[i]) & ~HPTE_V_HVLOCK; in kvmppc_hv_find_lock_hpte()
1165 __unlock_hpte(&hpte[i], orig_v); in kvmppc_hv_find_lock_hpte()
1193 unsigned long v, r, gr, orig_v; in kvmppc_hpte_hv_fault() local
1221 v = orig_v = be64_to_cpu(hpte[0]) & ~HPTE_V_HVLOCK; in kvmppc_hpte_hv_fault()
1230 unlock_hpte(hpte, orig_v); in kvmppc_hpte_hv_fault()
H A Dbook3s_64_mmu_hv.c338 unsigned long v, orig_v, gr; in kvmppc_mmu_book3s_64_hv_xlate() local
366 v = orig_v = be64_to_cpu(hptep[0]) & ~HPTE_V_HVLOCK; in kvmppc_mmu_book3s_64_hv_xlate()
371 unlock_hpte(hptep, orig_v); in kvmppc_mmu_book3s_64_hv_xlate()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H A 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()
H A Dbook3s_64_mmu_hv.c348 unsigned long v, orig_v, gr; in kvmppc_mmu_book3s_64_hv_xlate() local
376 v = orig_v = be64_to_cpu(hptep[0]) & ~HPTE_V_HVLOCK; in kvmppc_mmu_book3s_64_hv_xlate()
381 unlock_hpte(hptep, orig_v); in kvmppc_mmu_book3s_64_hv_xlate()

Completed in 10 milliseconds