Lines Matching refs:hctl
189 u32 hctl; member
632 u32 hctl, capa; in omap_hsmmc_context_restore() local
636 host->hctl == OMAP_HSMMC_READ(host->base, HCTL) && in omap_hsmmc_context_restore()
646 hctl = SDVS18; in omap_hsmmc_context_restore()
648 hctl = SDVS30; in omap_hsmmc_context_restore()
651 hctl = SDVS18; in omap_hsmmc_context_restore()
656 hctl |= IWE; in omap_hsmmc_context_restore()
659 OMAP_HSMMC_READ(host->base, HCTL) | hctl); in omap_hsmmc_context_restore()
698 host->hctl = OMAP_HSMMC_READ(host->base, HCTL); in omap_hsmmc_context_save()
1641 u32 hctl, capa, value; in omap_hsmmc_conf_bus_power() local
1645 hctl = SDVS30; in omap_hsmmc_conf_bus_power()
1648 hctl = SDVS18; in omap_hsmmc_conf_bus_power()
1653 OMAP_HSMMC_WRITE(host->base, HCTL, value | hctl); in omap_hsmmc_conf_bus_power()