diff options
author | Adrian Hunter <adrian.hunter@intel.com> | 2017-03-13 08:36:37 -0400 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2017-04-24 15:42:02 -0400 |
commit | b658af718465cd1e8011c8da281befdfc2debefd (patch) | |
tree | 4c623d3459e8a74c1fd1c23dbf4c0780459ea6b7 /include/linux/mmc | |
parent | 7b410d074b253a44624497a18e73f666a9574f37 (diff) |
mmc: mmc: Add functions to enable / disable the Command Queue
Add helper functions to enable or disable the Command Queue.
Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'include/linux/mmc')
-rw-r--r-- | include/linux/mmc/card.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mmc/card.h b/include/linux/mmc/card.h index 119ef8f0155c..94637796b99c 100644 --- a/include/linux/mmc/card.h +++ b/include/linux/mmc/card.h | |||
@@ -89,6 +89,7 @@ struct mmc_ext_csd { | |||
89 | unsigned int boot_ro_lock; /* ro lock support */ | 89 | unsigned int boot_ro_lock; /* ro lock support */ |
90 | bool boot_ro_lockable; | 90 | bool boot_ro_lockable; |
91 | bool ffu_capable; /* Firmware upgrade support */ | 91 | bool ffu_capable; /* Firmware upgrade support */ |
92 | bool cmdq_en; /* Command Queue enabled */ | ||
92 | bool cmdq_support; /* Command Queue supported */ | 93 | bool cmdq_support; /* Command Queue supported */ |
93 | unsigned int cmdq_depth; /* Command Queue depth */ | 94 | unsigned int cmdq_depth; /* Command Queue depth */ |
94 | #define MMC_FIRMWARE_LEN 8 | 95 | #define MMC_FIRMWARE_LEN 8 |