Lines Matching refs:capa
198 u32 capa; member
728 u32 hctl, capa; in omap_hsmmc_context_restore() local
734 host->capa == OMAP_HSMMC_READ(host->base, CAPA)) in omap_hsmmc_context_restore()
745 capa = VS30 | VS18; in omap_hsmmc_context_restore()
748 capa = VS18; in omap_hsmmc_context_restore()
758 OMAP_HSMMC_READ(host->base, CAPA) | capa); in omap_hsmmc_context_restore()
796 host->capa = OMAP_HSMMC_READ(host->base, CAPA); in omap_hsmmc_context_save()
1813 u32 hctl, capa, value; in omap_hsmmc_conf_bus_power() local
1818 capa = VS30 | VS18; in omap_hsmmc_conf_bus_power()
1821 capa = VS18; in omap_hsmmc_conf_bus_power()
1828 OMAP_HSMMC_WRITE(host->base, CAPA, value | capa); in omap_hsmmc_conf_bus_power()