diff options
author | Reiko Asakura | 2021-03-17 21:27:33 -0400 |
---|---|---|
committer | Reiko Asakura | 2021-03-17 21:27:33 -0400 |
commit | 32282820aa312cb273096cbb6320bf3a009d76ed (patch) | |
tree | 9555243856b65856597ac2b1dac62b856f519903 /nids | |
parent | Update names from prototype 0.940 display.skprx (diff) | |
download | vds-libraries-32282820aa312cb273096cbb6320bf3a009d76ed.tar.gz |
Change scePervasive names to match name style
Diffstat (limited to '')
-rw-r--r-- | nids/360/SceLowio.yml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/nids/360/SceLowio.yml b/nids/360/SceLowio.yml index f03b173..489c942 100644 --- a/nids/360/SceLowio.yml +++ b/nids/360/SceLowio.yml @@ -52,26 +52,26 @@ modules: nid: 0xE692C727 functions: scePervasiveDsiSetPixelClock: 0x91C80C41 - scePervasiveGpioClockDisable: 0xEB176898 - scePervasiveGpioClockEnable: 0x2F195C97 + scePervasiveGpioClkGateDisable: 0xEB176898 + scePervasiveGpioClkGateEnable: 0x2F195C97 scePervasiveGpioResetDisable: 0x78C34032 scePervasiveGpioResetEnable: 0x731A097D scePervasiveIftuDsiClkGateDisable: 0x25AE181E scePervasiveIftuDsiClkGateEnable: 0xBC42C72F scePervasiveIftuDsiResetDisable: 0xFFB43AC2 scePervasiveIftuDsiResetEnable: 0xE3FC1C8D - scePervasiveMsifClockDisable: 0x2A9778CD - scePervasiveMsifClockEnable: 0x7704C013 + scePervasiveMsifClkGateDisable: 0x2A9778CD + scePervasiveMsifClkGateEnable: 0x7704C013 scePervasiveMsifResetDisable: 0xCB0F15CD scePervasiveMsifResetEnable: 0xA3569FF1 scePervasiveMsifSetClock: 0x64ABE589 scePervasiveRemovableMemoryGetCardInsertState: 0x551EEE82 - scePervasiveSpiClockDisable: 0xA85BF98A - scePervasiveSpiClockEnable: 0xDFD96BFC + scePervasiveSpiClkGateDisable: 0xA85BF98A + scePervasiveSpiClkGateEnable: 0xDFD96BFC scePervasiveSpiResetDisable: 0xE4B145AE scePervasiveSpiResetEnable: 0x7B16F900 - scePervasiveUartClockDisable: 0x18DD8043 - scePervasiveUartClockEnable: 0xEFD084D8 + scePervasiveUartClkGateDisable: 0x18DD8043 + scePervasiveUartClkGateEnable: 0xEFD084D8 scePervasiveUartResetDisable: 0xA7CE7DCC scePervasiveUartResetEnable: 0x788B6C61 scePervasiveUartSetBaudrate: 0x8BAB45F8 |