Searched refs:CTL_SD_CARD_CLK_CTL (Results 1 – 3 of 3) sorted by relevance
26 #define CTL_SD_CARD_CLK_CTL 0x24 macro
174 sd_ctrl_write16(host, CTL_SD_CARD_CLK_CTL, clk & 0x1ff); in tmio_mmc_set_clock()186 sd_ctrl_write16(host, CTL_SD_CARD_CLK_CTL, ~0x0100 & in tmio_mmc_clk_stop()187 sd_ctrl_read16(host, CTL_SD_CARD_CLK_CTL)); in tmio_mmc_clk_stop()193 sd_ctrl_write16(host, CTL_SD_CARD_CLK_CTL, 0x0100 | in tmio_mmc_clk_start()194 sd_ctrl_read16(host, CTL_SD_CARD_CLK_CTL)); in tmio_mmc_clk_start()
161 case CTL_SD_CARD_CLK_CTL: in sh_mobile_sdhi_write16_hook()