Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mmc/host/
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()
Dsdhci-omap.c502 u32 reg, ac12; in sdhci_omap_card_busy() local
513 ac12 = sdhci_omap_readl(omap_host, SDHCI_OMAP_AC12); in sdhci_omap_card_busy()
515 if (ac12 & AC12_V1V8_SIGEN) in sdhci_omap_card_busy()