Home
last modified time | relevance | path

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

/NextBSD/sys/dev/sdhci/
HDsdhci.c149 RD1(slot, SDHCI_TIMEOUT_CONTROL), RD4(slot, SDHCI_INT_STATUS)); in sdhci_dumpregs()
1316 intmask = RD4(slot, SDHCI_INT_STATUS); in sdhci_generic_intr()
1326 WR4(slot, SDHCI_INT_STATUS, intmask & in sdhci_generic_intr()
1346 WR4(slot, SDHCI_INT_STATUS, intmask & SDHCI_INT_CMD_MASK); in sdhci_generic_intr()
1351 WR4(slot, SDHCI_INT_STATUS, intmask & SDHCI_INT_DATA_MASK); in sdhci_generic_intr()
1358 WR4(slot, SDHCI_INT_STATUS, SDHCI_INT_ACMD12ERR); in sdhci_generic_intr()
1366 WR4(slot, SDHCI_INT_STATUS, SDHCI_INT_BUS_POWER); in sdhci_generic_intr()
1373 WR4(slot, SDHCI_INT_STATUS, intmask); in sdhci_generic_intr()
HDsdhci.h164 #define SDHCI_INT_STATUS 0x30 macro
/NextBSD/sys/arm/freescale/imx/
HDimx_sdhci.c273 val32 = RD4(sc, SDHCI_INT_STATUS); in imx_sdhci_read_2()
347 if (off == SDHCI_INT_STATUS) { in imx_sdhci_read_4()
475 if (off == SDHCI_INT_STATUS) { in imx_sdhci_write_4()
/NextBSD/sys/arm/broadcom/bcm2835/
HDbcm2835_sdhci.c490 reg = bcm_sdhci_read_4(slot->bus, slot, SDHCI_INT_STATUS); in bcm_sdhci_dma_intr()
494 bcm_sdhci_write_4(slot->bus, slot, SDHCI_INT_STATUS, reg); in bcm_sdhci_dma_intr()
511 SDHCI_INT_STATUS, mask); in bcm_sdhci_dma_intr()