From 6bedbd6116099f1373f6989ab43daf1164c2fbfe Mon Sep 17 00:00:00 2001 From: Furquan Shaikh Date: Thu, 4 Oct 2018 11:11:49 -0700 Subject: soc/intel/common, mb/google, mb/siemens: Use lower case x for RXD In order to make the macro name consistent for all PAD_CFG1_IOSSTATE_* macros, this change uses lower case x for *RXD*. It helps avoid confusion when using the macros. Change-Id: I6b1ce259ed184bcf8224dff334fcf0a0289f1788 Signed-off-by: Furquan Shaikh Reviewed-on: https://review.coreboot.org/28924 Reviewed-by: Aaron Durbin Tested-by: build bot (Jenkins) --- src/soc/intel/common/block/include/intelblocks/gpio_defs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/soc/intel') diff --git a/src/soc/intel/common/block/include/intelblocks/gpio_defs.h b/src/soc/intel/common/block/include/intelblocks/gpio_defs.h index a8d5ac9eeb..855659a2e9 100644 --- a/src/soc/intel/common/block/include/intelblocks/gpio_defs.h +++ b/src/soc/intel/common/block/include/intelblocks/gpio_defs.h @@ -84,10 +84,10 @@ #define PAD_CFG1_IOSSTATE_Tx0RxDCRx0 (0x1 << 14) /* Tx enabled driving 0, Rx disabled and Rx driving 1 back to its controller * internally */ -#define PAD_CFG1_IOSSTATE_Tx0RXDCRx1 (0x2 << 14) +#define PAD_CFG1_IOSSTATE_Tx0RxDCRx1 (0x2 << 14) /* Tx enabled driving 1, Rx disabled and Rx driving 0 back to its controller * internally */ -#define PAD_CFG1_IOSSTATE_Tx1RXDCRx0 (0x3 << 14) +#define PAD_CFG1_IOSSTATE_Tx1RxDCRx0 (0x3 << 14) /* Tx enabled driving 1, Rx disabled and Rx driving 1 back to its controller * internally */ #define PAD_CFG1_IOSSTATE_Tx1RxDCRx1 (0x4 << 14) -- cgit v1.2.3