Editing Talk:Undocumented SPU Channels
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 53: | Line 53: | ||
* 0x0 : clear config ring storage? | * 0x0 : clear config ring storage? | ||
* 0x2 : | * 0x2 : kill spe and exit isolation mode | ||
* (0x1 | 0x2) = 0x3 : | * (0x1 | 0x2) = 0x3 : cause spe stall (while waiting for blocking channel with mailbox interrupt)? | ||
* 0x10000 : reset persistent storage r/w index (writes to ch72 and reads from ch73 will start at index zero) | * 0x10000 : reset persistent storage r/w index (writes to ch72 and reads from ch73 will start at index zero) | ||
* 0x20000 : lock persistent storage write | * 0x20000 : lock persistent storage write | ||
Line 79: | Line 79: | ||
* spu_rdchcnt() returns 1 on the following channels: 64, 69, 70, 71, 74, but 0 on 73, why? | * spu_rdchcnt() returns 1 on the following channels: 64, 69, 70, 71, 74, but 0 on 73, why? | ||
* How many other undocumented channels exists? Is there any possibility to determine if specific channel exists? | * How many other undocumented channels exists? Is there any possibility to determine if specific channel exists? | ||
* What is the purpose of other undocumented channels? H/W decryption facility? Validation? Something else? | * What is the purpose of other undocumented channels? H/W decryption facility? Validation? Something else? |