Home
last modified time | relevance | path

Searched refs:irqEnable (Results 1 - 2 of 2) sorted by relevance

/device/soc/hisilicon/common/platform/mmc/sdhci/
H A Dsdhci.c114 host->irqEnable |= (present ? SDHCI_INTERRUPT_CARD_REMOVE : SDHCI_INTERRUPT_CARD_INSERT); in SdhciSetCardDetection()
116 host->irqEnable &= (~(SDHCI_INTERRUPT_CARD_REMOVE | SDHCI_INTERRUPT_CARD_INSERT)); in SdhciSetCardDetection()
123 SdhciWritel(host, host->irqEnable, NORMAL_INT_STAT_EN_R); in SdhciEnableCardDetection()
124 SdhciWritel(host, host->irqEnable, NORMAL_INT_SIGNAL_EN_R); in SdhciEnableCardDetection()
262 host->irqEnable = (host->irqEnable & ~pioIrqs) | dmaIrqs; in SdhciSetTransferIrqs()
264 host->irqEnable = (host->irqEnable & ~dmaIrqs) | pioIrqs; in SdhciSetTransferIrqs()
266 SdhciEnablePlugIrq(host, host->irqEnable); in SdhciSetTransferIrqs()
956 host->irqEnable in SdhciInit()
[all...]
H A Dsdhci.h668 uint32_t irqEnable; member

Completed in 5 milliseconds