Home
last modified time | relevance | path

Searched hist:ab0450f34dec1635f2a548f8331e9b095082a419 (Results 1 – 1 of 1) sorted by relevance

/rk3399_ARM-atf/fdts/
H A Dtc-common.dtsiab0450f34dec1635f2a548f8331e9b095082a419 Mon Apr 15 08:05:34 UTC 2024 Leo Yan <leo.yan@arm.com> refactor(tc): introduce a new macro ADDRESSIFY()

Now some macros (e.g., MHU_RX_ADDR(0x), MHU_TX_ADDR(0x), etc) add the
prefix '0x' at the beginning of the addresses for hexadecimal values.

For better readability, this patch introduces a new macro ADDRESSIFY(),
which explictly adds the prefix '0x' for hexadecimal values. With this
new macro, address macros can drop the parameter and be simplified to
hexadecimal address value.

Change-Id: Idd1af0394f6ef8288fbff1fd4d86b1709d1c1d16
Signed-off-by: Leo Yan <leo.yan@arm.com>