commit | 7b4b3f243ad3ef099de9aa09a526e7ecccc09c04 | [log] [tgz] |
---|---|---|
author | Ghennadi Procopciuc <ghennadi.procopciuc@nxp.com> | Fri Apr 04 11:00:49 2025 +0300 |
committer | Ghennadi Procopciuc <ghennadi.procopciuc@nxp.com> | Fri Apr 11 14:00:36 2025 +0300 |
tree | 31f08ba696c7751b85f7cf2bb01333e31305538d | |
parent | e02d365ad9c4102cadb2d8886e3aed327a7512c9 [diff] |
fix(mmc): fix the length of the response type All MMC_RSP_* macros use BIT macro, which generates uint64_t types, while the 'resp_type' member in 'struct mmc_cmd' is of type unsigned int. Therefore, the BIT_32 macro should be used instead. Additionally, the JEDEC restricts the length of the Request/Response Type to two bytes (16 bits). Change-Id: I1d50f830786bcf9b9ed5c343217175cdeb03b243 Signed-off-by: Ghennadi Procopciuc <ghennadi.procopciuc@nxp.com>