diff options
Diffstat (limited to 'arch/arm/mach-pxa/include/mach/pxa-regs.h')
-rw-r--r-- | arch/arm/mach-pxa/include/mach/pxa-regs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/include/mach/pxa-regs.h b/arch/arm/mach-pxa/include/mach/pxa-regs.h index 98ded450d0fe..b34e8a735391 100644 --- a/arch/arm/mach-pxa/include/mach/pxa-regs.h +++ b/arch/arm/mach-pxa/include/mach/pxa-regs.h | |||
@@ -784,6 +784,9 @@ | |||
784 | 784 | ||
785 | #define UHCRHDA __REG(0x4C000048) /* UHC Root Hub Descriptor A */ | 785 | #define UHCRHDA __REG(0x4C000048) /* UHC Root Hub Descriptor A */ |
786 | #define UHCRHDA_NOCP (1 << 12) /* No over current protection */ | 786 | #define UHCRHDA_NOCP (1 << 12) /* No over current protection */ |
787 | #define UHCRHDA_OCPM (1 << 11) /* Over Current Protection Mode */ | ||
788 | #define UHCRHDA_POTPGT(x) \ | ||
789 | (((x) & 0xff) << 24) /* Power On To Power Good Time */ | ||
787 | 790 | ||
788 | #define UHCRHDB __REG(0x4C00004C) /* UHC Root Hub Descriptor B */ | 791 | #define UHCRHDB __REG(0x4C00004C) /* UHC Root Hub Descriptor B */ |
789 | #define UHCRHS __REG(0x4C000050) /* UHC Root Hub Status */ | 792 | #define UHCRHS __REG(0x4C000050) /* UHC Root Hub Status */ |