IFTU Registers: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== MMIO Interfaces == {| class='wikitable' |- ! Name ! Physical address |- | SceIftu0RegA (OLED FB) | 0xE5020000 |- | SceIftu0RegB | 0xE5021000 |- | SceIftuc0Reg | 0xE5022000...") |
|||
Line 34: | Line 34: | ||
! Size | ! Size | ||
! Description | ! Description | ||
|- | |||
| 0x090 | |||
| 4 | |||
| Brightness value (or alpha?) | |||
|- | |||
| 0x0A4 | |||
| 4 | |||
| Control? (bit 0 = don't use the brightness value) | |||
|- | |- | ||
| 0x200 + n * 0x100 + 0x00 | | 0x200 + n * 0x100 + 0x00 |
Revision as of 22:47, 16 July 2017
MMIO Interfaces
Name | Physical address |
---|---|
SceIftu0RegA (OLED FB) | 0xE5020000 |
SceIftu0RegB | 0xE5021000 |
SceIftuc0Reg | 0xE5022000 |
SceIftu1RegA (HDMI FB) | 0xE5030000 |
SceIftu1RegB | 0xE5031000 |
SceIftuc1Reg | 0xE5032000 |
SceIftu2Reg | 0xE5040000 |
Registers
IftuRegs
Offset | Size | Description |
---|---|---|
0x090 | 4 | Brightness value (or alpha?) |
0x0A4 | 4 | Control? (bit 0 = don't use the brightness value) |
0x200 + n * 0x100 + 0x00 | 4 | Physical address |
0x200 + n * 0x100 + 0x04 | 4 | Unknown |
0x200 + n * 0x100 + 0x40 | 4 | Pixelformat |
0x200 + n * 0x100 + 0x44 | 4 | Height |
0x200 + n * 0x100 + 0x48 | 4 | Width |
0x200 + n * 0x100 + 0x54 | 4 | Leftover stride |
IftucRegs (control registers?)
Offset | Size | Description |
---|