mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-19 13:11:14 +00:00
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>
This commit is contained in:
parent
7b410d074b
commit
b658af7184
5 changed files with 34 additions and 0 deletions
|
@ -89,6 +89,7 @@ struct mmc_ext_csd {
|
|||
unsigned int boot_ro_lock; /* ro lock support */
|
||||
bool boot_ro_lockable;
|
||||
bool ffu_capable; /* Firmware upgrade support */
|
||||
bool cmdq_en; /* Command Queue enabled */
|
||||
bool cmdq_support; /* Command Queue supported */
|
||||
unsigned int cmdq_depth; /* Command Queue depth */
|
||||
#define MMC_FIRMWARE_LEN 8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue