Searched refs:hctl (Results 1 – 2 of 2) sorted by relevance
412 u32 hctl, ac12; in omap_hsmmc_conf_bus_power() local416 hctl = readl(&mmc_base->hctl) & ~SDVS_MASK; in omap_hsmmc_conf_bus_power()421 hctl |= SDVS_3V0; in omap_hsmmc_conf_bus_power()424 hctl |= SDVS_1V8; in omap_hsmmc_conf_bus_power()429 writel(hctl, &mmc_base->hctl); in omap_hsmmc_conf_bus_power()848 writel(DTW_1_BITMODE | SDBP_PWROFF | SDVS_3V0, &mmc_base->hctl); in omap_hsmmc_init_setup()873 writel(readl(&mmc_base->hctl) | SDBP_PWRON, &mmc_base->hctl); in omap_hsmmc_init_setup()1000 val = readl(&mmc_base->hctl); in omap_hsmmc_prepare_data()1002 writel(val, &mmc_base->hctl); in omap_hsmmc_prepare_data()1028 val = readl(&mmc_base->hctl); in omap_hsmmc_dma_cleanup()[all …]
54 unsigned int hctl; /* 0x128 */ member