Searched refs:CTL_SD_CARD_CLK_CTL (Results 1 – 3 of 3) sorted by relevance
26 #define CTL_SD_CARD_CLK_CTL 0x24 macro
172 sd_ctrl_write16(host, CTL_SD_CARD_CLK_CTL, clk & 0x1ff); in tmio_mmc_set_clock()184 sd_ctrl_write16(host, CTL_SD_CARD_CLK_CTL, ~0x0100 & in tmio_mmc_clk_stop()185 sd_ctrl_read16(host, CTL_SD_CARD_CLK_CTL)); in tmio_mmc_clk_stop()191 sd_ctrl_write16(host, CTL_SD_CARD_CLK_CTL, 0x0100 | in tmio_mmc_clk_start()192 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()