We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2361e8 commit 4e443daCopy full SHA for 4e443da
soc/arm/microchip_mec/mec172x/reg/mec172x_espi_iom.h
@@ -385,8 +385,8 @@
385
#define MCHP_ESPI_FC_CTRL_ERS0 0x02u
386
#define MCHP_ESPI_FC_CTRL_ERL0 0x03u
387
#define MCHP_ESPI_FC_CTRL_FUNC(f) \
388
- SHLU32((uint32_t)(f), MCHP_ESPI_FC_CTRL_FUNC_POS) & \
389
- MCHP_ESPI_FC_CTRL_FUNC_MASK
+ (SHLU32((uint32_t)(f), MCHP_ESPI_FC_CTRL_FUNC_POS) & \
+ MCHP_ESPI_FC_CTRL_FUNC_MASK)
390
391
#define MCHP_ESPI_FC_CTRL_TAG_POS 4u
392
#define MCHP_ESPI_FC_CTRL_TAG_MASK0 0x0fu
0 commit comments