aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_regs.h
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-08-11 18:50:07 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-08-11 18:50:07 +0000
commitdd8b0f9fb9279bd038432a660406ea17c9e2158b (patch)
tree5f1bee5a09a734c077015b20113934d321767fd1 /target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_regs.h
parentb520582861140dfbea1ad27e8a8ecf38a4639fc7 (diff)
downloadupstream-dd8b0f9fb9279bd038432a660406ea17c9e2158b.tar.gz
upstream-dd8b0f9fb9279bd038432a660406ea17c9e2158b.tar.bz2
upstream-dd8b0f9fb9279bd038432a660406ea17c9e2158b.zip
more bcm63xx definition fixes, thanks AndyI
SVN-Revision: 17227
Diffstat (limited to 'target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_regs.h')
-rw-r--r--target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_regs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_regs.h b/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_regs.h
index f7162f9f89..e2cc60758e 100644
--- a/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_regs.h
+++ b/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_regs.h
@@ -35,10 +35,10 @@
#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)