diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-09-21 11:47:51 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-09-21 11:47:51 +0000 |
commit | 6cc6fb312453aae63a0f56d1796e936202a4b686 (patch) | |
tree | 0d068168d54941bc0e9b72150ad48b7383c968dd /target/linux/ar71xx/files/arch/mips/include | |
parent | 8c46da4f794309b1995cbf6e6e23ce890f55e508 (diff) | |
download | master-187ad058-6cc6fb312453aae63a0f56d1796e936202a4b686.tar.gz master-187ad058-6cc6fb312453aae63a0f56d1796e936202a4b686.tar.bz2 master-187ad058-6cc6fb312453aae63a0f56d1796e936202a4b686.zip |
ar71xx: add AR933x specific USB setup function
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28276 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/include')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/ar71xx.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/ar71xx.h b/target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/ar71xx.h index ec5e0bb2b5..4a732e2afe 100644 --- a/target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/ar71xx.h +++ b/target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/ar71xx.h @@ -678,6 +678,9 @@ void ar71xx_ddr_flush(u32 reg); #define AR933X_RESET_GE0_MDIO BIT(22) #define AR933X_RESET_GE1_MAC BIT(13) #define AR933X_RESET_GE0_MAC BIT(9) +#define AR933X_RESET_USB_HOST BIT(5) +#define AR933X_RESET_USB_PHY BIT(4) +#define AR933X_RESET_USBSUS_OVERRIDE BIT(3) #define REV_ID_MAJOR_MASK 0xfff0 #define REV_ID_MAJOR_AR71XX 0x00a0 |