Searched refs:ce_clk_ctrl (Results 1 – 2 of 2) sorted by relevance
107 sh_mmcif_bitclr(CLK_ENABLE, &host->regs->ce_clk_ctrl); in sh_mmcif_clock_control()108 sh_mmcif_bitclr(CLK_CLEAR, &host->regs->ce_clk_ctrl); in sh_mmcif_clock_control()114 sh_mmcif_bitset(CLK_PCLK, &host->regs->ce_clk_ctrl); in sh_mmcif_clock_control()118 &host->regs->ce_clk_ctrl); in sh_mmcif_clock_control()119 sh_mmcif_bitset(CLK_ENABLE, &host->regs->ce_clk_ctrl); in sh_mmcif_clock_control()126 tmp = sh_mmcif_read(&host->regs->ce_clk_ctrl) & (CLK_ENABLE | in sh_mmcif_sync_reset()132 &host->regs->ce_clk_ctrl); in sh_mmcif_sync_reset()
18 unsigned long ce_clk_ctrl; member