Home
last modified time | relevance | path

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

/freebsd/sys/dev/mmc/host/
H A Ddwmmc_reg.h118 #define SDMMC_IDSTS 0x8C /* Internal DMAC Status Register */ macro
H A Ddwmmc.c437 reg = READ4(sc, SDMMC_IDSTS); in dwmmc_intr()
441 WRITE4(sc, SDMMC_IDSTS, (SDMMC_IDINTEN_TI | in dwmmc_intr()
443 WRITE4(sc, SDMMC_IDSTS, SDMMC_IDINTEN_NI); in dwmmc_intr()
729 WRITE4(sc, SDMMC_IDSTS, SDMMC_IDINTEN_MASK); in dwmmc_attach()