Searched refs:sdi_clkcr (Results 1 – 1 of 1) sorted by relevance
285 u32 sdi_clkcr; in host_set_ios() local287 sdi_clkcr = readl(&host->base->clock); in host_set_ios()312 sdi_clkcr &= ~(SDI_CLKCR_CLKDIV_MASK); in host_set_ios()313 sdi_clkcr |= clkdiv; in host_set_ios()334 sdi_clkcr &= ~(SDI_CLKCR_WIDBUS_MASK); in host_set_ios()335 sdi_clkcr |= buswidth; in host_set_ios()338 writel(sdi_clkcr, &host->base->clock); in host_set_ios()