Lines Matching +full:use +full:- +full:internal +full:- +full:divider
1 /*-
6 * Cambridge Computer Laboratory under DARPA/AFRL contract (FA8750-10-C-0237)
9 * Redistribution and use in source and binary forms, with or without
24 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
35 #define SDMMC_CTRL_USE_IDMAC (1 << 25) /* Use Internal DMAC */
43 #define SDMMC_CLKDIV 0x8 /* Clock Divider Register */
46 #define SDMMC_CLKENA_LP (1 << 16) /* Low-power mode */
56 #define SDMMC_INTMASK_EBE (1 << 15) /* End-bit error */
58 #define SDMMC_INTMASK_SBE (1 << 13) /* Start-bit error */
104 #define SDMMC_TBBCNT 0x60 /* Transferred Host to BIU-FIFO Byte Count */
109 #define SDMMC_UHS_REG 0x74 /* UHS-1 Register */
118 #define SDMMC_IDSTS 0x8C /* Internal DMAC Status Register */
119 #define SDMMC_IDINTEN 0x90 /* Internal DMAC Interrupt Enable */
149 /* Platform-specific defines */