Searched refs:sdi_clkcr (Results 1 – 1 of 1) sorted by relevance
281 u32 sdi_clkcr; in host_set_ios() local283 sdi_clkcr = readl(&host->base->clock); in host_set_ios()308 sdi_clkcr &= ~(SDI_CLKCR_CLKDIV_MASK); in host_set_ios()309 sdi_clkcr |= clkdiv; in host_set_ios()330 sdi_clkcr &= ~(SDI_CLKCR_WIDBUS_MASK); in host_set_ios()331 sdi_clkcr |= buswidth; in host_set_ios()334 writel(sdi_clkcr, &host->base->clock); in host_set_ios()