Searched hist:"7 b4b3f243ad3ef099de9aa09a526e7ecccc09c04" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/include/drivers/ |
| H A D | mmc.h | 7b4b3f243ad3ef099de9aa09a526e7ecccc09c04 Fri Apr 04 08:00:49 UTC 2025 Ghennadi Procopciuc <ghennadi.procopciuc@nxp.com> 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>
|