soc: arm: microchip: mec172x: Enclose macro in brackets
Macro should be in brackets. Signed-off-by: Jose Alberto Meza <jose.a.meza.arellano@intel.com>
This commit is contained in:
parent
d2361e8441
commit
4e443dac34
@ -385,8 +385,8 @@
|
||||
#define MCHP_ESPI_FC_CTRL_ERS0 0x02u
|
||||
#define MCHP_ESPI_FC_CTRL_ERL0 0x03u
|
||||
#define MCHP_ESPI_FC_CTRL_FUNC(f) \
|
||||
SHLU32((uint32_t)(f), MCHP_ESPI_FC_CTRL_FUNC_POS) & \
|
||||
MCHP_ESPI_FC_CTRL_FUNC_MASK
|
||||
(SHLU32((uint32_t)(f), MCHP_ESPI_FC_CTRL_FUNC_POS) & \
|
||||
MCHP_ESPI_FC_CTRL_FUNC_MASK)
|
||||
|
||||
#define MCHP_ESPI_FC_CTRL_TAG_POS 4u
|
||||
#define MCHP_ESPI_FC_CTRL_TAG_MASK0 0x0fu
|
||||
|
||||
Loading…
Reference in New Issue
Block a user