Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Domap_hsmmc.c1046 u32 ac12; in omap_hsmmc_do_irq() local
1047 ac12 = OMAP_HSMMC_READ(host->base, AC12); in omap_hsmmc_do_irq()
1048 if (!(ac12 & ACNE) && host->mrq->sbc) { in omap_hsmmc_do_irq()
1050 if (ac12 & ACTO) in omap_hsmmc_do_irq()
1052 else if (ac12 & (ACCE | ACEB | ACIE)) in omap_hsmmc_do_irq()
1057 dev_dbg(mmc_dev(host->mmc), "AC12 err: 0x%x\n", ac12); in omap_hsmmc_do_irq()
H A Dsdhci-omap.c474 u32 reg, ac12; in sdhci_omap_card_busy() local
485 ac12 = sdhci_omap_readl(omap_host, SDHCI_OMAP_AC12); in sdhci_omap_card_busy()
487 if (ac12 & AC12_V1V8_SIGEN) in sdhci_omap_card_busy()
/kernel/linux/linux-6.6/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()

Completed in 11 milliseconds