summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReiko Asakura2021-03-17 21:27:33 -0400
committerReiko Asakura2021-03-17 21:27:33 -0400
commit32282820aa312cb273096cbb6320bf3a009d76ed (patch)
tree9555243856b65856597ac2b1dac62b856f519903
parentUpdate names from prototype 0.940 display.skprx (diff)
downloadvds-libraries-32282820aa312cb273096cbb6320bf3a009d76ed.tar.gz
Change scePervasive names to match name style
-rw-r--r--include/kernel/lowio/pervasive.h16
-rw-r--r--nids/360/SceLowio.yml16
2 files changed, 16 insertions, 16 deletions
diff --git a/include/kernel/lowio/pervasive.h b/include/kernel/lowio/pervasive.h
index 4cd786e..1fa732a 100644
--- a/include/kernel/lowio/pervasive.h
+++ b/include/kernel/lowio/pervasive.h
@@ -9,21 +9,21 @@
extern "C" {
#endif
-int scePervasiveUartClockDisable(int port);
+int scePervasiveUartClkGateDisable(int port);
int scePervasiveUartResetEnable(int port);
int scePervasiveUartResetDisable(int port);
-int scePervasiveUartClockEnable(int port);
+int scePervasiveUartClkGateEnable(int port);
int scePervasiveUartSetBaudrate(int port, unsigned int baudrate);
int scePervasiveGpioResetEnable(void);
int scePervasiveGpioResetDisable(void);
-int scePervasiveGpioClockEnable(void);
-int scePervasiveGpioClockDisable(void);
+int scePervasiveGpioClkGateEnable(void);
+int scePervasiveGpioClkGateDisable(void);
int scePervasiveSpiResetEnable(int port);
int scePervasiveSpiResetDisable(int port);
-int scePervasiveSpiClockDisable(int port);
-int scePervasiveSpiClockEnable(int port);
+int scePervasiveSpiClkGateDisable(int port);
+int scePervasiveSpiClkGateEnable(int port);
int scePervasiveIftuDsiResetEnable(int port, unsigned int mask);
int scePervasiveIftuDsiResetDisable(int port, unsigned int mask);
@@ -33,8 +33,8 @@ int scePervasiveDsiSetPixelClock(int port, int pixelclock);
int scePervasiveMsifResetEnable(void);
int scePervasiveMsifResetDisable(void);
-int scePervasiveMsifClockEnable(void);
-int scePervasiveMsifClockDisable(void);
+int scePervasiveMsifClkGateEnable(void);
+int scePervasiveMsifClkGateDisable(void);
int scePervasiveMsifSetClock(unsigned int clock);
int scePervasiveRemovableMemoryGetCardInsertState(void);
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