Lines Matching +full:sun50i +full:- +full:a64 +full:- +full:dma
33 #define TYPE_AW_SDHOST "allwinner-sdhost"
36 #define TYPE_AW_SDHOST_SUN4I TYPE_AW_SDHOST "-sun4i"
39 #define TYPE_AW_SDHOST_SUN5I TYPE_AW_SDHOST "-sun5i"
41 /** Allwinner sun50i-a64 */
42 #define TYPE_AW_SDHOST_SUN50I_A64 TYPE_AW_SDHOST "-sun50i-a64"
44 /** Allwinner sun50i-a64 emmc */
45 #define TYPE_AW_SDHOST_SUN50I_A64_EMMC TYPE_AW_SDHOST "-sun50i-a64-emmc"
75 /** Memory region where DMA transfers are done */
78 /** Address space used internally for DMA transfers */
81 /** Number of bytes left in current DMA transfer */
111 uint32_t dmac; /**< Internal DMA Controller Control */
113 uint32_t dmac_status; /**< Internal DMA Controller Status */
114 uint32_t dmac_irq; /**< Internal DMA Controller IRQ Enable */
127 * Allwinner SD Host Controller class-level struct.
138 /** Maximum buffer size in bytes per DMA descriptor */