WIFI Registers: Difference between revisions

From 3dbrew
Jump to navigation Jump to search
Subv (talk | contribs)
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 |..."
 
Subv (talk | contribs)
No edit summary
Line 9: Line 9:
|-
|-
| WIFI_CMD
| WIFI_CMD
| 0x10006000
| 0x10122000
| 2
| 2
|-
|-
Line 17: Line 17:
|-
|-
| 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
|-
|-
|}
|}

Revision as of 23:48, 6 December 2017

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

Registers

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