]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Omap35xxPkg/Include/Omap3530/Omap3530PadConfiguration.h
Updated MMC/SD Card driver to support hot add and remove of the media (SD Cards)...
[mirror_edk2.git] / Omap35xxPkg / Include / Omap3530 / Omap3530PadConfiguration.h
index e87dcd23703a260307fa02ade6014a2a434f2503..613209d2dc704fb6e823414d05a83e0c94270852 100644 (file)
 #define WAKEUP_OFFSET        14
 #define WAKEUP_MASK          (0x2UL << WAKEUP_OFFSET)
 
-#define PULLUDDISABLE        (0x0UL << 0)
-#define PULLUDENABLE         BIT0
-#define PULLTYPENOSELECT     (0x0UL << 1)
-#define PULLTYPESELECT       BIT1
+#define PULL_DOWN_SELECTED   ((0x0UL << 1) | BIT0)
+#define PULL_UP_SELECTED     (BIT1 | BIT0)
+#define PULL_DISABLED        (0x0UL << 0)
 
 #define OUTPUT               (0x0UL) //Pin is configured in output only mode.
 #define INPUT                (0x1UL) //Pin is configured in bi-directional mode.