Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-omap2/
Dclock36xx.c45 u32 dummy_v, orig_v; in omap36xx_pwrdn_clk_enable_with_hsdiv_restore() local
58 dummy_v = orig_v; in omap36xx_pwrdn_clk_enable_with_hsdiv_restore()
61 dummy_v ^= (1 << parent->shift); in omap36xx_pwrdn_clk_enable_with_hsdiv_restore()
62 omap2_clk_writel(dummy_v, omap_clk, parent->reg); in omap36xx_pwrdn_clk_enable_with_hsdiv_restore()
/linux-4.1.27/drivers/clk/ti/
Dgate.c69 u32 dummy_v, orig_v; in omap36xx_gate_clk_enable_with_hsdiv_restore() local
82 dummy_v = orig_v; in omap36xx_gate_clk_enable_with_hsdiv_restore()
85 dummy_v ^= (1 << parent->shift); in omap36xx_gate_clk_enable_with_hsdiv_restore()
86 ti_clk_ll_ops->clk_writel(dummy_v, parent->reg); in omap36xx_gate_clk_enable_with_hsdiv_restore()