mmc.h (3f2da751beb84861ba0a999aaea09e73f578022a) | mmc.h (a626c8d418d5fd1f8429294e7efe3fa2e4ca90fe) |
---|---|
1/* 2 * Copyright 2008,2010 Freescale Semiconductor, Inc 3 * Andy Fleming 4 * 5 * Based (loosely) on the Linux code 6 * 7 * SPDX-License-Identifier: GPL-2.0+ 8 */ --- 342 unchanged lines hidden (view full) --- 351 u64 capacity_rpmb; 352 u64 capacity_gp[4]; 353 u64 enh_user_start; 354 u64 enh_user_size; 355 block_dev_desc_t block_dev; 356 char op_cond_pending; /* 1 if we are waiting on an op_cond command */ 357 char init_in_progress; /* 1 if we have done mmc_start_init() */ 358 char preinit; /* start init as early as possible */ | 1/* 2 * Copyright 2008,2010 Freescale Semiconductor, Inc 3 * Andy Fleming 4 * 5 * Based (loosely) on the Linux code 6 * 7 * SPDX-License-Identifier: GPL-2.0+ 8 */ --- 342 unchanged lines hidden (view full) --- 351 u64 capacity_rpmb; 352 u64 capacity_gp[4]; 353 u64 enh_user_start; 354 u64 enh_user_size; 355 block_dev_desc_t block_dev; 356 char op_cond_pending; /* 1 if we are waiting on an op_cond command */ 357 char init_in_progress; /* 1 if we have done mmc_start_init() */ 358 char preinit; /* start init as early as possible */ |
359 uint op_cond_response; /* the response byte from the last op_cond */ | |
360 int ddr_mode; 361}; 362 363struct mmc_hwpart_conf { 364 struct { 365 uint enh_start; /* in 512-byte sectors */ 366 uint enh_size; /* in 512-byte sectors, if 0 no enh area */ 367 unsigned wr_rel_change : 1; --- 112 unchanged lines hidden --- | 359 int ddr_mode; 360}; 361 362struct mmc_hwpart_conf { 363 struct { 364 uint enh_start; /* in 512-byte sectors */ 365 uint enh_size; /* in 512-byte sectors, if 0 no enh area */ 366 unsigned wr_rel_change : 1; --- 112 unchanged lines hidden --- |