Lines Matching refs:hctl
196 u32 hctl; member
728 u32 hctl, capa; in omap_hsmmc_context_restore() local
732 host->hctl == OMAP_HSMMC_READ(host->base, HCTL) && in omap_hsmmc_context_restore()
742 hctl = SDVS18; in omap_hsmmc_context_restore()
744 hctl = SDVS30; in omap_hsmmc_context_restore()
747 hctl = SDVS18; in omap_hsmmc_context_restore()
752 hctl |= IWE; in omap_hsmmc_context_restore()
755 OMAP_HSMMC_READ(host->base, HCTL) | hctl); in omap_hsmmc_context_restore()
794 host->hctl = OMAP_HSMMC_READ(host->base, HCTL); in omap_hsmmc_context_save()
1813 u32 hctl, capa, value; in omap_hsmmc_conf_bus_power() local
1817 hctl = SDVS30; in omap_hsmmc_conf_bus_power()
1820 hctl = SDVS18; in omap_hsmmc_conf_bus_power()
1825 OMAP_HSMMC_WRITE(host->base, HCTL, value | hctl); in omap_hsmmc_conf_bus_power()