Home
last modified time | relevance | path

Searched refs:hctl (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/mmc/
H A Domap_hsmmc.c412 u32 hctl, ac12; in omap_hsmmc_conf_bus_power() local
416 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 …]
/openbmc/u-boot/arch/arm/include/asm/
H A Domap_mmc.h54 unsigned int hctl; /* 0x128 */ member