Searched hist:"26 fd06888aed38f2d098b7a1339eda1adca54117" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/drivers/imx/usdhc/ |
| H A D | imx_usdhc.h | 26fd06888aed38f2d098b7a1339eda1adca54117 Fri Apr 04 06:52:42 UTC 2025 Ghennadi Procopciuc <ghennadi.procopciuc@nxp.com> fix(nxp-mmc): correct the usage of BIT and GENMASK
The uSDHC register definitions use BIT and GENMASK macros, which are implicitly expanded to their 64-bit versions. This is incorrect from a hardware perspective, as the registers are 32-bit wide. Therefore, BIT_32 and GENMASK_32 macros are used instead. Similarly, the register offset must use an unsigned int offset instead of signed numbers.
Change-Id: I3a3379ba9fa538226f958b68aac702752ea9a62a Signed-off-by: Ghennadi Procopciuc <ghennadi.procopciuc@nxp.com>
|