mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 06:31:58 +02:00
drm/i915: Convert _FIA() to _PICK_EVEN_2RANGES()
_FIA() can use _PICK_EVEN_2RANGES instead of _PICK, which reduces the size and is safer. Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com> Reviewed-by: Anusha Srivatsa <anusha.srivatsa@intel.com> Acked-by: Jani Nikula <jani.nikula@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20230120193457.3295977-7-lucas.demarchi@intel.com
This commit is contained in:
parent
f3783aa6b8
commit
c886118bd8
|
|
@ -142,7 +142,9 @@
|
|||
#define FIA1_BASE 0x163000
|
||||
#define FIA2_BASE 0x16E000
|
||||
#define FIA3_BASE 0x16F000
|
||||
#define _FIA(fia) _PICK((fia), FIA1_BASE, FIA2_BASE, FIA3_BASE)
|
||||
#define _FIA(fia) _PICK_EVEN_2RANGES((fia), 1, \
|
||||
FIA1_BASE, FIA1_BASE,\
|
||||
FIA2_BASE, FIA3_BASE)
|
||||
#define _MMIO_FIA(fia, off) _MMIO(_FIA(fia) + (off))
|
||||
|
||||
/* ICL PHY DFLEX registers */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user