mmc: sdhci-msm: restore CRYPTO_GENERAL_ENABLE bit after reset
Few CQE registers get reset after Software Reset For All and HW reset.
In Non CQE mode CMDQ_CONFIGURATION.CRYPTO_GENERAL_ENABLE bit also gets
reset after above reset's leading to ICE being disabled for all the
data transfers as this bit is configured only once during probe or as
part of sdhci_msm_ice_reset in case of errors which needs HW reset.
So this bit gets reset to zero after very 1st HW reset and after
Software Reset for All.
Hence restore CMDQ_CONFIGURATION.CRYPTO_GENERAL_ENABLE bit after the
above reset's.
Change-Id: I6cacd0f3efc11d540e005998112bb25bf275487c
Signed-off-by:
Sarthak Garg <quic_sartgarg@quicinc.com>
Loading
Please sign in to comment