Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Darm_pl180_mmci.c285 u32 sdi_clkcr; in host_set_ios() local
287 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()