Difference between revisions of "WIFI Registers"

From 3dbrew
Jump to navigation Jump to search
(Created page with "These registers are used to control the WiFi card via the SDIO protocol. =Registers= {| class="wikitable" border="1" ! Name ! Address ! Width |- | WIFI_CMD | 0x10006000 |...")
 
m (→‎Registers: Fix a wrong address)
 
(One intermediate revision by one other user not shown)
Line 9: Line 9:
 
|-
 
|-
 
| WIFI_CMD
 
| WIFI_CMD
| 0x10006000
+
| 0x10122000
 
| 2
 
| 2
 
|-
 
|-
 
| ?
 
| ?
| 0x10006002
+
| 0x10122002
 
| 2
 
| 2
 
|-
 
|-
 
| WIFI_CMDARG0
 
| WIFI_CMDARG0
| 0x10006004
+
| 0x10122004
 
| 2
 
| 2
 
|-
 
|-
 
| WIFI_CMDARG1
 
| WIFI_CMDARG1
| 0x10006006
+
| 0x10122006
 
| 2
 
| 2
 
|-
 
|-
 
| WIFI_BLKCOUNT
 
| WIFI_BLKCOUNT
| 0x1000600a
+
| 0x1012200a
 
| 2
 
| 2
 
|-
 
|-
 
| WIFI_CLKCTL
 
| WIFI_CLKCTL
| 0x10006024
+
| 0x10122024
 
| 2
 
| 2
 
|-
 
|-
 
| WIFI_BLKLEN
 
| WIFI_BLKLEN
| 0x10006026
+
| 0x10122026
 
| 2
 
| 2
 
|-
 
|-
 
|}
 
|}

Latest revision as of 18:24, 7 August 2020

These registers are used to control the WiFi card via the SDIO protocol.

Registers[edit]

Name Address Width
WIFI_CMD 0x10122000 2
? 0x10122002 2
WIFI_CMDARG0 0x10122004 2
WIFI_CMDARG1 0x10122006 2
WIFI_BLKCOUNT 0x1012200a 2
WIFI_CLKCTL 0x10122024 2
WIFI_BLKLEN 0x10122026 2