Searched refs:SDXC_REG_DMAC (Results 1 – 2 of 2) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/ |
| A D | hal_sdhost.c | 543 mci_writel(SDXC_IDMACSoftRST, host, SDXC_REG_DMAC); /* reset IDMAC */ in __mci_prepare_dma() 544 __mci_check_bit_clear(host, SDXC_REG_DMAC, SDXC_IDMACSoftRST); in __mci_prepare_dma() 546 mci_writel(temp, host, SDXC_REG_DMAC); in __mci_prepare_dma() 642 mci_writel(0, host, SDXC_REG_DMAC); /* idma off */ in __mci_request_done() 1944 bak_regs->idmacc = mci_readl(host, SDXC_REG_DMAC); in __mci_regs_save() 1961 mci_writel(bak_regs->idmacc, host, SDXC_REG_DMAC); in __mci_regs_restore()
|
| A D | _sdhost.h | 386 #define SDXC_REG_DMAC (0x80) /* SMC IDMAC Control Register */ macro
|
Completed in 12 milliseconds