Lines Matching refs:capa
205 u32 capa; member
625 u32 hctl, capa; in omap_hsmmc_context_restore() local
631 host->capa == OMAP_HSMMC_READ(host->base, CAPA)) in omap_hsmmc_context_restore()
642 capa = VS30 | VS18; in omap_hsmmc_context_restore()
645 capa = VS18; in omap_hsmmc_context_restore()
655 OMAP_HSMMC_READ(host->base, CAPA) | capa); in omap_hsmmc_context_restore()
693 host->capa = OMAP_HSMMC_READ(host->base, CAPA); in omap_hsmmc_context_save()
1730 u32 hctl, capa, value; in omap_hsmmc_conf_bus_power() local
1735 capa = VS30 | VS18; in omap_hsmmc_conf_bus_power()
1738 capa = VS18; in omap_hsmmc_conf_bus_power()
1745 OMAP_HSMMC_WRITE(host->base, CAPA, value | capa); in omap_hsmmc_conf_bus_power()