|
@@ -211,7 +211,7 @@ struct mmc_host {
|
|
|
#define MMC_VDD_34_35 0x00400000 /* VDD voltage 3.4 ~ 3.5 */
|
|
|
#define MMC_VDD_35_36 0x00800000 /* VDD voltage 3.5 ~ 3.6 */
|
|
|
|
|
|
- unsigned long caps; /* Host capabilities */
|
|
|
+ u32 caps; /* Host capabilities */
|
|
|
|
|
|
#define MMC_CAP_4_BIT_DATA (1 << 0) /* Can the host do 4 bit transfers */
|
|
|
#define MMC_CAP_MMC_HIGHSPEED (1 << 1) /* Can do MMC high-speed timing */
|
|
@@ -241,7 +241,7 @@ struct mmc_host {
|
|
|
#define MMC_CAP_CMD23 (1 << 30) /* CMD23 supported. */
|
|
|
#define MMC_CAP_HW_RESET (1 << 31) /* Hardware reset */
|
|
|
|
|
|
- unsigned int caps2; /* More host capabilities */
|
|
|
+ u32 caps2; /* More host capabilities */
|
|
|
|
|
|
#define MMC_CAP2_BOOTPART_NOACC (1 << 0) /* Boot partition no access */
|
|
|
#define MMC_CAP2_CACHE_CTRL (1 << 1) /* Allow cache control */
|