Home
last modified time | relevance | path

Searched refs:CLK_RESET_ASSERT (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/arch/arm/mach-msm/include/mach/
Dclk.h23 CLK_RESET_ASSERT = 1 enumerator
/linux-3.4.99/arch/arm/mach-msm/
Dclock-pcom.c46 if (action == CLK_RESET_ASSERT) in pc_clk_reset()
/linux-3.4.99/drivers/usb/otg/
Dmsm_otg.c314 ret = clk_reset(motg->clk, CLK_RESET_ASSERT); in msm_otg_link_clk_reset()
329 ret = clk_reset(motg->phy_reset_clk, CLK_RESET_ASSERT); in msm_otg_phy_clk_reset()
/linux-3.4.99/drivers/mmc/host/
Dmsm_sdcc.c142 ret = clk_reset(host->clk, CLK_RESET_ASSERT); in msmsdcc_reset_and_restore()