Home
last modified time | relevance | path

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

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