projects
/
librecmc
/
open-ath9k-htc-firmware.wiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f3edf9
)
Updated usb regs (markdown)
author
Oleksij Rempel
<linux@rempel-privat.de>
Tue, 23 Jul 2013 14:40:18 +0000
(07:40 -0700)
committer
Oleksij Rempel
<linux@rempel-privat.de>
Tue, 23 Jul 2013 14:40:18 +0000
(07:40 -0700)
usb-regs.md
patch
|
blob
|
history
diff --git
a/usb-regs.md
b/usb-regs.md
index 39fa45c358a321929fc97d6c37decbfb11bd4533..fdfffb79b6078eb86d52c2726450b073387384de 100644
(file)
--- a/
usb-regs.md
+++ b/
usb-regs.md
@@
-180,6
+180,7
@@
Current configuration:
# 0x3e mUsbEPMap EP15
# 0x3E ZM_EP_IN_MAX_SIZE_LOW_OFFSET
+* BIT0 - BIT7; low size regs.
# 0x3F ZM_EP_IN_MAX_SIZE_HIGH_OFFSET
* BIT7
@@
-187,9
+188,7
@@
Current configuration:
* BIT5
* BIT4 - mUsbEPinRsTgSet
* BIT3 - mUsbEPinStallSet
-* BIT2
-* BIT1
-* BIT0
+* BIT0 - BIT2; High size regs
These offset + 2 Byte step for each endpoint.
For example EP0 = +0x00; EP1 = +0x02; or offset+(EPn << 1). In these address space will fit 15 endpoints.