Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/mmc/host/
Ddwmmc_reg.h120 #define SDMMC_IDSTS 0x8C /* Internal DMAC Status Register */ macro
Ddwmmc.c398 reg = READ4(sc, SDMMC_IDSTS); in dwmmc_intr()
402 WRITE4(sc, SDMMC_IDSTS, (SDMMC_IDINTEN_TI | in dwmmc_intr()
404 WRITE4(sc, SDMMC_IDSTS, SDMMC_IDINTEN_NI); in dwmmc_intr()
696 WRITE4(sc, SDMMC_IDSTS, SDMMC_IDINTEN_MASK); in dwmmc_attach()