diff options
author | Sergi Granell | 2018-02-14 19:18:07 +0100 |
---|---|---|
committer | Sergi Granell | 2018-02-14 19:18:07 +0100 |
commit | 0c5a9823ce93c2e38b854c351e0884b479c5ea9a (patch) | |
tree | f54c6009f87f427c9edf15c486f79c632047e145 /nids/360/SceLowio.yml | |
parent | Add Cpu and Sysmem NIDs (#293) (diff) | |
download | vds-libraries-0c5a9823ce93c2e38b854c351e0884b479c5ea9a.tar.gz |
Add DSI
Diffstat (limited to '')
-rw-r--r-- | nids/360/SceLowio.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/nids/360/SceLowio.yml b/nids/360/SceLowio.yml index 3dadd8c..266cb1f 100644 --- a/nids/360/SceLowio.yml +++ b/nids/360/SceLowio.yml @@ -2,6 +2,20 @@ modules: SceLowio: nid: 0x17E0D8DF libraries: + SceDsiForDriver: + nid: 0xEC897883 + functions: + sceDsiDcsRead: 0x3FB0DF1F + sceDsiDcsShortWrite: 0xBA6BC89F + sceDsiDisableHead: 0x114D1413 + sceDsiEnableHead: 0x5BE5AA9B + sceDsiGenericReadRequest: 0x98120684 + sceDsiGenericShortWrite: 0x89C00D2F + sceDsiGetPixelclock: 0x4DF9E924 + sceDsiGetVicResolution: 0xB3A70C05 + sceDsiSendBlankingPacket: 0x7640F607 + sceDsiSetLanesPixelsize: 0x78E6E3CF + sceDsiSetVic: 0x97BFEA76 SceGpioForDriver: nid: 0xF0EF5743 functions: @@ -31,6 +45,7 @@ modules: scePervasiveDsiClockEnable: 0xBC42C72F scePervasiveDsiResetDisable: 0xFFB43AC2 scePervasiveDsiResetEnable: 0xE3FC1C8D + scePervasiveDsiSetPixelclock: 0x91C80C41 scePervasiveGpioClockDisable: 0xEB176898 scePervasiveGpioClockEnable: 0x2F195C97 scePervasiveGpioResetDisable: 0x78C34032 |