diff options
| author | David Lechner <[email protected]> | 2026-01-21 16:36:24 -0600 |
|---|---|---|
| committer | Peng Fan <[email protected]> | 2026-02-03 22:10:13 +0800 |
| commit | fe62fd3b8b7cf0fb9915ec33eb4794624c38303a (patch) | |
| tree | cd005ec352547aadc4a603aafd6689b2c57bbeb9 /doc/develop/bootstd | |
| parent | 1de103fc29761fa729dffaa15d0cfb2766be05e4 (diff) | |
mmc: mtk-sd: use GENMASK and FIELD macros
Replace separate mask and shift definitions with GENMASK and FIELD_*
macros for better readability and maintainability.
All macros ending in _M have the suffix dropped. The value remains the
same but is now generated with GENMASK. All macros ending in _S are
removed and their uses replaced with FIELD_PREP and FIELD_GET macros.
Signed-off-by: David Lechner <[email protected]>
Reviewed-by: Macpaul Lin <[email protected]>
Signed-off-by: Peng Fan <[email protected]>
Diffstat (limited to 'doc/develop/bootstd')
0 files changed, 0 insertions, 0 deletions
