Searched defs:sunxi_mmc (Results 1 – 1 of 1) sorted by relevance
16 struct sunxi_mmc { struct17 u32 gctrl; /* 0x00 global control */18 u32 clkcr; /* 0x04 clock control */19 u32 timeout; /* 0x08 time out */20 u32 width; /* 0x0c bus width */21 u32 blksz; /* 0x10 block size */22 u32 bytecnt; /* 0x14 byte count */23 u32 cmd; /* 0x18 command */24 u32 arg; /* 0x1c argument */25 u32 resp0; /* 0x20 response 0 */[all …]