mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
mmc: EXT_CSD registers for write protection
Add the EXT_CSD register definition related to write protection. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
parent
902af10d67
commit
9abfe33d10
1 changed files with 3 additions and 0 deletions
|
@ -223,6 +223,9 @@ static inline bool mmc_is_tuning_cmd(uint cmdidx)
|
|||
#define EXT_CSD_WR_REL_PARAM 166 /* R */
|
||||
#define EXT_CSD_WR_REL_SET 167 /* R/W */
|
||||
#define EXT_CSD_RPMB_MULT 168 /* RO */
|
||||
#define EXT_CSD_USER_WP 171 /* R/W & R/W/C_P & R/W/E_P */
|
||||
#define EXT_CSD_BOOT_WP 173 /* R/W & R/W/C_P */
|
||||
#define EXT_CSD_BOOT_WP_STATUS 174 /* R */
|
||||
#define EXT_CSD_ERASE_GROUP_DEF 175 /* R/W */
|
||||
#define EXT_CSD_BOOT_BUS_WIDTH 177
|
||||
#define EXT_CSD_PART_CONF 179 /* R/W */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue