X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=Omap35xxPkg%2FInclude%2FOmap3530%2FOmap3530Prcm.h;h=1871dbb12238c55177fca151c95eda2397b505d4;hp=3a297d0a9865cd0637194c0f5dfff04f5394e7cf;hb=3402aac7d985bf8a9f9d3c639f3fe93609380513;hpb=62d441fb17d59958bf00c4a1f3b52bf6a0b40b24 diff --git a/Omap35xxPkg/Include/Omap3530/Omap3530Prcm.h b/Omap35xxPkg/Include/Omap3530/Omap3530Prcm.h index 3a297d0a98..1871dbb122 100644 --- a/Omap35xxPkg/Include/Omap3530/Omap3530Prcm.h +++ b/Omap35xxPkg/Include/Omap3530/Omap3530Prcm.h @@ -69,7 +69,7 @@ #define CM_CLKSEL_PLL_MULT(x) (((x) & 0x07FF) << 8) #define CM_CLKSEL_PLL_DIV(x) ((((x) - 1) & 0x7F) << 0) - + #define CM_CLKSEL_DIV_120M(x) (((x) & 0x1F) << 0) #define CM_FCLKEN_USBHOST_EN_USBHOST2_MASK BIT1