Lines Matching refs:hctl
203 u32 hctl; member
625 u32 hctl, capa; in omap_hsmmc_context_restore() local
629 host->hctl == OMAP_HSMMC_READ(host->base, HCTL) && in omap_hsmmc_context_restore()
639 hctl = SDVS18; in omap_hsmmc_context_restore()
641 hctl = SDVS30; in omap_hsmmc_context_restore()
644 hctl = SDVS18; in omap_hsmmc_context_restore()
649 hctl |= IWE; in omap_hsmmc_context_restore()
652 OMAP_HSMMC_READ(host->base, HCTL) | hctl); in omap_hsmmc_context_restore()
691 host->hctl = OMAP_HSMMC_READ(host->base, HCTL); in omap_hsmmc_context_save()
1730 u32 hctl, capa, value; in omap_hsmmc_conf_bus_power() local
1734 hctl = SDVS30; in omap_hsmmc_conf_bus_power()
1737 hctl = SDVS18; in omap_hsmmc_conf_bus_power()
1742 OMAP_HSMMC_WRITE(host->base, HCTL, value | hctl); in omap_hsmmc_conf_bus_power()