Home
last modified time | relevance | path

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

/external/u-boot/drivers/mmc/
Dsh_mmcif.c107 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()
Dsh_mmcif.h18 unsigned long ce_clk_ctrl; member