[brcm63xx] more bcm63xx definition fixes, thanks AndyI
[openwrt/svn-archive/archive.git] / target / linux / brcm63xx / files / include / asm-mips / mach-bcm63xx / bcm63xx_regs.h
index f7162f9f8920d1c6a034db296ae869cab84ac6ed..e2cc60758e931a040b1345c81f1d9c5b17e3bb68 100644 (file)
 #define CKCTL_6345_UART_EN             (1 << 3)
 #define CKCTL_6345_ADSLPHY_EN          (1 << 4)
 #define CKCTL_6345_ENET_EN             (1 << 7)
-#define CKCTL_6345_USBH_EN             (1 << 8)
+#define CKCTL_6345_USBS_EN             (1 << 8)
 
 #define CKCTL_6345_ALL_SAFE_EN         (CKCTL_6345_ENET_EN |   \
-                                       CKCTL_6345_USBH_EN |    \
+                                       CKCTL_6345_USBS_EN |    \
                                        CKCTL_6345_ADSLPHY_EN)
 
 #define CKCTL_6348_ADSLPHY_EN          (1 << 0)