Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105098
b: refs/heads/master
c: 390d452
h: refs/heads/master
v: v3
  • Loading branch information
Stefan Schmidt authored and Russell King committed Jul 10, 2008
1 parent 875a41c commit 49c02bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c1450f156fda8921a55e3f4fe596274278010f31
refs/heads/master: 390d452fa1d912b6e76744a34777d7390ab1fa1c
2 changes: 1 addition & 1 deletion trunk/include/asm-arm/arch-pxa/pxa27x-udc.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
#define UP2OCR_IDON (1 << 10) /* OTG ID Read Enable */
#define UP2OCR_HXS (1 << 16) /* Host Port 2 Transceiver Output Select */
#define UP2OCR_HXOE (1 << 17) /* Host Port 2 Transceiver Output Enable */
#define UP2OCR_SEOS (1 << 24) /* Single-Ended Output Select */
#define UP2OCR_SEOS(x) ((x & 7) << 24) /* Single-Ended Output Select */

#define UDCCSN(x) __REG2(0x40600100, (x) << 2)
#define UDCCSR0 __REG(0x40600100) /* UDC Control/Status register - Endpoint 0 */
Expand Down

0 comments on commit 49c02bf

Please sign in to comment.