Home
last modified time | relevance | path

Searched refs:ac12 (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/mmc/
H A Domap_hsmmc.c364 val = readl(&mmc_base->ac12); in omap_hsmmc_set_timing()
400 writel(val, &mmc_base->ac12); in omap_hsmmc_set_timing()
412 u32 hctl, ac12; in omap_hsmmc_conf_bus_power() local
417 ac12 = readl(&mmc_base->ac12) & ~AC12_V1V8_SIGEN; in omap_hsmmc_conf_bus_power()
425 ac12 |= AC12_V1V8_SIGEN; in omap_hsmmc_conf_bus_power()
430 writel(ac12, &mmc_base->ac12); in omap_hsmmc_conf_bus_power()
581 val = readl(&mmc_base->ac12); in omap_hsmmc_disable_tuning()
583 writel(val, &mmc_base->ac12); in omap_hsmmc_disable_tuning()
693 val = readl(&mmc_base->ac12); in omap_hsmmc_execute_tuning()
/openbmc/u-boot/arch/arm/include/asm/
H A Domap_mmc.h59 unsigned int ac12; /* 0x13C */ member
/openbmc/linux/drivers/mmc/host/
H A Domap_hsmmc.c1041 u32 ac12; in omap_hsmmc_do_irq() local
1042 ac12 = OMAP_HSMMC_READ(host->base, AC12); in omap_hsmmc_do_irq()
1043 if (!(ac12 & ACNE) && host->mrq->sbc) { in omap_hsmmc_do_irq()
1045 if (ac12 & ACTO) in omap_hsmmc_do_irq()
1047 else if (ac12 & (ACCE | ACEB | ACIE)) in omap_hsmmc_do_irq()
1052 dev_dbg(mmc_dev(host->mmc), "AC12 err: 0x%x\n", ac12); in omap_hsmmc_do_irq()
H A Dsdhci-omap.c501 u32 reg, ac12; in sdhci_omap_card_busy() local
512 ac12 = sdhci_omap_readl(omap_host, SDHCI_OMAP_AC12); in sdhci_omap_card_busy()
514 if (ac12 & AC12_V1V8_SIGEN) in sdhci_omap_card_busy()