Lines Matching refs:capa
191 u32 capa; member
632 u32 hctl, capa; in omap_hsmmc_context_restore() local
638 host->capa == OMAP_HSMMC_READ(host->base, CAPA)) in omap_hsmmc_context_restore()
649 capa = VS30 | VS18; in omap_hsmmc_context_restore()
652 capa = VS18; in omap_hsmmc_context_restore()
662 OMAP_HSMMC_READ(host->base, CAPA) | capa); in omap_hsmmc_context_restore()
700 host->capa = OMAP_HSMMC_READ(host->base, CAPA); in omap_hsmmc_context_save()
1630 u32 hctl, capa, value; in omap_hsmmc_conf_bus_power() local
1635 capa = VS30 | VS18; in omap_hsmmc_conf_bus_power()
1638 capa = VS18; in omap_hsmmc_conf_bus_power()
1645 OMAP_HSMMC_WRITE(host->base, CAPA, value | capa); in omap_hsmmc_conf_bus_power()