PDN Services: Difference between revisions

From 3dbrew
Jump to navigation Jump to search
TimmSkiller (talk | contribs)
 
(10 intermediate revisions by 2 users not shown)
Line 8: Line 8:
|-
|-
| 0x00010000
| 0x00010000
| This loads [[CONFIG11 Registers|CFG11_PTM_0]] and [[CONFIG11 Registers|CFG11_PTM_1]], then writes them to cmdreplyword[2] and cmdreplyword[3].
| [[PDNS:GetWakeStatus|GetWakeStatus]]
|-
|-
| 0x00020080
| 0x00020080
| [[CONFIG11 Registers|CFG11_PTM_1]] = cmdword[2] & cmdword[1]. This then writes cmdword[1] to [[CONFIG11 Registers|CFG11_PTM_0]]. [[CONFIG11 Registers|CFG11_PTM_1]] = cmdword[2] & ~cmdword[1].
| [[PDNS:ConfigureWakeEvents|ConfigureWakeEvents]]
|-
|-
| 0x00030040
| 0x00030040
| This writes cmdword[1] to [[CONFIG11 Registers|CFG11_PTM_1]].
| [[PDNS:Acknowledge|Acknowledge]]
|}
|}


Line 24: Line 24:
|-
|-
| 0x000100C0
| 0x000100C0
| (bool enable, bool reset, bool deassertResetAfterReset) Enables and/or resets the DSP and/or holds it in reset
| [[PDND:Control|Control]]
|}
|}


= PDN CODEC Service "pdn:i" =
= PDN I2S Service "pdn:i" =
{| class="wikitable" border="1"
{| class="wikitable" border="1"
|-
|-
Line 34: Line 34:
|-
|-
| 0x00010040
| 0x00010040
| This sets bit0 in [[CONFIG11 Registers#CFG11_CODEC_CNT|CFG11_CODEC_CNT]] to u8 cmd+4.
| [[PDNI:Control1|Control1]]
|-
|-
| 0x00020040
| 0x00020040
| This sets bit1 in [[CONFIG11 Registers#CFG11_CODEC_CNT|CFG11_CODEC_CNT]] to u8 cmd+4.
| [[PDNI:Control2|Control2]]
|}
|}
Used by [[Codec Services]].


= PDN GSP service "pdn:g" =
= PDN GSP service "pdn:g" =
Line 47: Line 49:
|-
|-
| 0x000100C0
| 0x000100C0
| (u8 enable, u32 reset1, u16 reset2) Enables and/or resets the GPU
| [[PDNG:Control|Control]]
|}
|}


Line 57: Line 59:
|-
|-
| 0x00010040
| 0x00010040
| This sets bit0 in [[CONFIG11 Registers#CFG11_CAMERA_CNT|CFG11_CAMERA_CNT]] to u8 cmd+4.
| [[PDNC:Control|Control]]
|-
|-
| 0x000200000
| 0x000200000
| This writes [[CONFIG11 Registers#CFG11_CAMERA_CNT|CFG11_CAMERA_CNT]] & 1 to u8 cmdreply+8.
| [[PDNC:IsEnabled|IsEnabled]]
|}
|}

Latest revision as of 12:10, 3 August 2025


PDN PTM Service "pdn:s"

Command Header Description
0x00010000 GetWakeStatus
0x00020080 ConfigureWakeEvents
0x00030040 Acknowledge

PDN DSP Service "pdn:d"

Command Header Description
0x000100C0 Control

PDN I2S Service "pdn:i"

Command Header Description
0x00010040 Control1
0x00020040 Control2

Used by Codec Services.

PDN GSP service "pdn:g"

Command Header Description
0x000100C0 Control

PDN Camera Service "pdn:c"

Command Header Description
0x00010040 Control
0x000200000 IsEnabled